Class: Aws::Types::CreateServiceSpecificCredentialRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceSpecificCredentialRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential_age_days ⇒ ::Integer
Returns the value of attribute credential_age_days.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#credential_age_days ⇒ ::Integer
Returns the value of attribute credential_age_days.
282 283 284 |
# File 'sig/types.rbs', line 282 def credential_age_days @credential_age_days end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
281 282 283 |
# File 'sig/types.rbs', line 281 def service_name @service_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
280 281 282 |
# File 'sig/types.rbs', line 280 def user_name @user_name end |