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.
485 486 487 |
# File 'sig/types.rbs', line 485 def client_secret_create_date @client_secret_create_date end |
#client_secret_id ⇒ ::String
Returns the value of attribute client_secret_id.
483 484 485 |
# File 'sig/types.rbs', line 483 def client_secret_id @client_secret_id end |
#client_secret_value ⇒ ::String
Returns the value of attribute client_secret_value.
484 485 486 |
# File 'sig/types.rbs', line 484 def client_secret_value @client_secret_value end |