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.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns AWS access key ID.
682 683 684 685 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 682 class AccessKeyCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_access_key ⇒ ::String
Returns Input only. AWS secret access key.
682 683 684 685 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 682 class AccessKeyCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |