Class: Aws::Types::XksProxyAuthenticationCredentialType
- Inherits:
-
Object
- Object
- Aws::Types::XksProxyAuthenticationCredentialType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#raw_secret_access_key ⇒ ::String
Returns the value of attribute raw_secret_access_key.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def access_key_id @access_key_id end |
#raw_secret_access_key ⇒ ::String
Returns the value of attribute raw_secret_access_key.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def raw_secret_access_key @raw_secret_access_key end |