Class: Aws::Types::GetManagedEndpointSessionCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetManagedEndpointSessionCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
-
#endpoint_credentials ⇒ Types::Credentials
Returns the value of attribute endpoint_credentials.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
314 315 316 |
# File 'sig/types.rbs', line 314 def credentials @credentials end |
#endpoint_credentials ⇒ Types::Credentials
Returns the value of attribute endpoint_credentials.
315 316 317 |
# File 'sig/types.rbs', line 315 def endpoint_credentials @endpoint_credentials end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
316 317 318 |
# File 'sig/types.rbs', line 316 def expires_at @expires_at end |
#id ⇒ ::String
Returns the value of attribute id.
313 314 315 |
# File 'sig/types.rbs', line 313 def id @id end |