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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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:



2179
2180
2181
2182
2183
2184
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2179

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)


2179
2180
2181
2182
2183
2184
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2179

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