Class: Aws::Types::ServiceSpecificCredential
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSpecificCredential
- 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_credential_secret ⇒ ::String
Returns the value of attribute service_credential_secret.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_password ⇒ ::String
Returns the value of attribute service_password.
-
#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.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def create_date @create_date end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def expiration_date @expiration_date end |
#service_credential_alias ⇒ ::String
Returns the value of attribute service_credential_alias.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def service_credential_alias @service_credential_alias end |
#service_credential_secret ⇒ ::String
Returns the value of attribute service_credential_secret.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def service_credential_secret @service_credential_secret end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def service_name @service_name end |
#service_password ⇒ ::String
Returns the value of attribute service_password.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def service_password @service_password end |
#service_specific_credential_id ⇒ ::String
Returns the value of attribute service_specific_credential_id.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def service_specific_credential_id @service_specific_credential_id end |
#service_user_name ⇒ ::String
Returns the value of attribute service_user_name.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def service_user_name @service_user_name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def user_name @user_name end |