public sealed class 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 document provides reference documentation for the `AwsSourceDetails.Types.AccessKeyCredentials` class within the Google Cloud VM Migration v1 API."],["The `AccessKeyCredentials` class is used to describe AWS credentials via an access key ID and secret, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are several available versions of the VM Migration API from 1.0.0 up to 2.6.0, with 2.6.0 being the most recent, in which you can access the `AccessKeyCredentials` class."],["The class has two constructors, one for creating an empty instance, and one for making an instance using an existing `AwsSourceDetails.Types.AccessKeyCredentials` instance."],["`AccessKeyCredentials` has two properties, `AccessKeyId` which stores the AWS access key ID as a string, and `SecretAccessKey` which stores the secret access key as a string, and is for input only."]]],[]]