public sealed class AwsSourceDetails.Types.AccessKeyCredentials : IMessage<AwsSourceDetails.Types.AccessKeyCredentials>, IEquatable<AwsSourceDetails.Types.AccessKeyCredentials>, IDeepCloneable<AwsSourceDetails.Types.AccessKeyCredentials>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AwsSourceDetails.Types.AccessKeyCredentials.
Message describing AWS Credentials using access key id and secret.
[[["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 documentation provides details for the `AwsSourceDetails.Types.AccessKeyCredentials` class within the Google Cloud VM Migration v1 API, specifically version 2.4.0."],["The `AccessKeyCredentials` class is a message type used to describe AWS credentials, utilizing an access key ID and a secret access key for authentication."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["The class also provides two constructors to generate an instance, one with no parameters, and one that accepts another instance of the class as a parameter for cloning purposes."],["This class contains two properties, `AccessKeyId` which is a public string property for the AWS access key ID, and `SecretAccessKey`, a public string property for the secret access key, but is marked as input only."]]],[]]