public sealed class GenerateAwsAccessTokenResponse : IMessage<GenerateAwsAccessTokenResponse>, IEquatable<GenerateAwsAccessTokenResponse>, IDeepCloneable<GenerateAwsAccessTokenResponse>, IBufferMessage, IMessage
Response message for AwsClusters.GenerateAwsAccessToken method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `GenerateAwsAccessTokenResponse` is 2.8.0, but this documentation also covers versions back to 1.0.0-beta01."],["`GenerateAwsAccessTokenResponse` is a response message for the `AwsClusters.GenerateAwsAccessToken` method, extending the `Object` class and implementing various interfaces such as `IMessage` and `IEquatable`."],["The class `GenerateAwsAccessTokenResponse` has properties for `AccessToken`, which is the authentication token for the k8s API server, and `ExpirationTime`, which indicates when the token will expire."],["This class is in the `Google.Cloud.GkeMultiCloud.V1` namespace and is included in the `Google.Cloud.GkeMultiCloud.V1.dll` assembly."],["There are two constructors available for this class: a default constructor and a copy constructor, taking a `GenerateAwsAccessTokenResponse` object as an argument."]]],[]]