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.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def create_date @create_date end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def expiration_date @expiration_date end |
#service_credential_alias ⇒ ::String
Returns the value of attribute service_credential_alias.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def service_credential_alias @service_credential_alias end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def service_name @service_name end |
#service_specific_credential_id ⇒ ::String
Returns the value of attribute service_specific_credential_id.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def service_specific_credential_id @service_specific_credential_id end |
#service_user_name ⇒ ::String
Returns the value of attribute service_user_name.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def service_user_name @service_user_name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def user_name @user_name end |