Class: Aws::EMRContainers::Types::GetManagedEndpointSessionCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::GetManagedEndpointSessionCredentialsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
The structure containing the session credentials.
-
#expires_at ⇒ Time
The date and time when the session token will expire.
-
#id ⇒ String
The identifier of the session token returned.
Instance Attribute Details
#credentials ⇒ Types::Credentials
The structure containing the session credentials.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 931 class GetManagedEndpointSessionCredentialsResponse < Struct.new( :id, :credentials, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The date and time when the session token will expire.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 931 class GetManagedEndpointSessionCredentialsResponse < Struct.new( :id, :credentials, :expires_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the session token returned.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 931 class GetManagedEndpointSessionCredentialsResponse < Struct.new( :id, :credentials, :expires_at) SENSITIVE = [] include Aws::Structure end |