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:



2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2040

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)


2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2040

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