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 documentation covers the `AwsSourceDetails.Types.AccessKeyCredentials` class, used within the VM Migration v1 API, offering details on its structure and functionality."],["The `AccessKeyCredentials` class represents AWS credentials, using an access key ID and a secret access key for authentication."],["This class has been released in multiple versions, with the latest one being version 2.6.0, and versions ranging back to 1.0.0."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class offers two constructors: a default one, and a second that accepts another instance of `AwsSourceDetails.Types.AccessKeyCredentials` as a parameter."]]],[]]