Class: Aws::Types::ClientSecretDescriptorType
- Inherits:
-
Object
- Object
- Aws::Types::ClientSecretDescriptorType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_secret_create_date ⇒ ::Time
Returns the value of attribute client_secret_create_date.
-
#client_secret_id ⇒ ::String
Returns the value of attribute client_secret_id.
-
#client_secret_value ⇒ ::String
Returns the value of attribute client_secret_value.
Instance Attribute Details
#client_secret_create_date ⇒ ::Time
Returns the value of attribute client_secret_create_date.
492 493 494 |
# File 'sig/types.rbs', line 492 def client_secret_create_date @client_secret_create_date end |
#client_secret_id ⇒ ::String
Returns the value of attribute client_secret_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def client_secret_id @client_secret_id end |
#client_secret_value ⇒ ::String
Returns the value of attribute client_secret_value.
491 492 493 |
# File 'sig/types.rbs', line 491 def client_secret_value @client_secret_value end |