Class: Aws::Types::ApplicationCredential
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationCredential
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential_type ⇒ "ADMIN"
Returns the value of attribute credential_type.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#credential_type ⇒ "ADMIN"
Returns the value of attribute credential_type.
27 28 29 |
# File 'sig/types.rbs', line 27 def credential_type @credential_type end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
26 27 28 |
# File 'sig/types.rbs', line 26 def database_name @database_name end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def secret_id @secret_id end |