Class: Aws::EMR::Types::GetClusterSessionCredentialsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

The credentials that you can use to connect to cluster endpoints that support username and password authentication.

Returns:



2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-emr/types.rb', line 2136

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

#expires_atTime

The time when the credentials that are returned by the ‘GetClusterSessionCredentials` API expire.

Returns:

  • (Time)


2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-emr/types.rb', line 2136

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