Class: Aws::Types::GetClusterSessionCredentialsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetClusterSessionCredentialsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
Instance Attribute Details
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
534 535 536 |
# File 'sig/types.rbs', line 534 def credentials @credentials end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
535 536 537 |
# File 'sig/types.rbs', line 535 def expires_at @expires_at end |