Class: Aws::Types::UpdateServiceSpecificCredentialRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceSpecificCredentialRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_specific_credential_id ⇒ ::String
Returns the value of attribute service_specific_credential_id.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#service_specific_credential_id ⇒ ::String
Returns the value of attribute service_specific_credential_id.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def service_specific_credential_id @service_specific_credential_id end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def user_name @user_name end |