Class: Aws::EMRContainers::Types::GetManagedEndpointSessionCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::GetManagedEndpointSessionCredentialsResponse
- Defined in:
- gems/aws-sdk-emrcontainers/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.
943 944 945 946 947 948 949 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 943 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.
943 944 945 946 947 948 949 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 943 class GetManagedEndpointSessionCredentialsResponse < Struct.new( :id, :credentials, :expires_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the session token returned.
943 944 945 946 947 948 949 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 943 class GetManagedEndpointSessionCredentialsResponse < Struct.new( :id, :credentials, :expires_at) SENSITIVE = [] include Aws::Structure end |