public sealed class GenerateAwsAccessTokenResponse : IMessage<GenerateAwsAccessTokenResponse>, IEquatable<GenerateAwsAccessTokenResponse>, IDeepCloneable<GenerateAwsAccessTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GenerateAwsAccessTokenResponse.
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."],[[["This document provides reference documentation for the `GenerateAwsAccessTokenResponse` class within the Google Cloud GKE MultiCloud V1 API, specifically for version 2.2.0."],["The `GenerateAwsAccessTokenResponse` class is used as a response message for the `AwsClusters.GenerateAwsAccessToken` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with other systems."],["Key properties of this class include `AccessToken`, a string for k8s API server authentication, and `ExpirationTime`, which is a timestamp indicating when the access token will expire."],["The class is part of the `Google.Cloud.GkeMultiCloud.V1` namespace and the `Google.Cloud.GkeMultiCloud.V1.dll` assembly, with the latest version of the documentation being 2.8.0."]]],[]]