Class: Google::Cloud::VMMigration::V1::AwsSourceDetails::AccessKeyCredentials
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AwsSourceDetails::AccessKeyCredentials
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Message describing AWS Credentials using access key id and secret.
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
AWS access key ID.
-
#secret_access_key ⇒ ::String
Input only.
-
#session_token ⇒ ::String
Input only.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns AWS access key ID.
817 818 819 820 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 817 class AccessKeyCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_access_key ⇒ ::String
Returns Input only. AWS secret access key.
817 818 819 820 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 817 class AccessKeyCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_token ⇒ ::String
Returns Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.
817 818 819 820 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 817 class AccessKeyCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |