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.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def service_specific_credential_id @service_specific_credential_id end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def user_name @user_name end |