Class: Aws::Types::ServiceSpecificCredentialMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSpecificCredentialMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#service_credential_alias ⇒ ::String
Returns the value of attribute service_credential_alias.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_specific_credential_id ⇒ ::String
Returns the value of attribute service_specific_credential_id.
-
#service_user_name ⇒ ::String
Returns the value of attribute service_user_name.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def create_date @create_date end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def expiration_date @expiration_date end |
#service_credential_alias ⇒ ::String
Returns the value of attribute service_credential_alias.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def service_credential_alias @service_credential_alias end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def service_name @service_name end |
#service_specific_credential_id ⇒ ::String
Returns the value of attribute service_specific_credential_id.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def service_specific_credential_id @service_specific_credential_id end |
#service_user_name ⇒ ::String
Returns the value of attribute service_user_name.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def service_user_name @service_user_name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def user_name @user_name end |