Class: Aws::EMRContainers::Types::GetManagedEndpointSessionCredentialsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

The structure containing the session credentials.

Returns:



931
932
933
934
935
936
937
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 931

class GetManagedEndpointSessionCredentialsResponse < Struct.new(
  :id,
  :credentials,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

The date and time when the session token will expire.

Returns:

  • (Time)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 931

class GetManagedEndpointSessionCredentialsResponse < Struct.new(
  :id,
  :credentials,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the session token returned.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 931

class GetManagedEndpointSessionCredentialsResponse < Struct.new(
  :id,
  :credentials,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end