public sealed class GenerateAwsClusterAgentTokenResponse : IMessage<GenerateAwsClusterAgentTokenResponse>, IEquatable<GenerateAwsClusterAgentTokenResponse>, IDeepCloneable<GenerateAwsClusterAgentTokenResponse>, IBufferMessage, IMessage
[[["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 `GenerateAwsClusterAgentTokenResponse` class, part of the `Google.Cloud.GkeMultiCloud.V1` namespace, is used for handling responses related to AWS cluster agent tokens."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `object` class, allowing for various functionalities like comparison and cloning."],["The `GenerateAwsClusterAgentTokenResponse` class provides properties such as `AccessToken` (string), `ExpiresIn` (integer), and `TokenType` (string) to store and access information about the generated token."],["The `GenerateAwsClusterAgentTokenResponse` class has a total of 10 versions available, ranging from 1.0.0-beta01 to 2.8.0, with 2.8.0 being the most recent version."]]],[]]