Class: Aws::EMR::Types::GetClusterSessionCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetClusterSessionCredentialsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
The credentials that you can use to connect to cluster endpoints that support username and password authentication.
-
#expires_at ⇒ Time
The time when the credentials that are returned by the ‘GetClusterSessionCredentials` API expire.
Instance Attribute Details
#credentials ⇒ Types::Credentials
The credentials that you can use to connect to cluster endpoints that support username and password authentication.
2040 2041 2042 2043 2044 2045 |
# File 'lib/aws-sdk-emr/types.rb', line 2040 class GetClusterSessionCredentialsOutput < Struct.new( :credentials, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The time when the credentials that are returned by the ‘GetClusterSessionCredentials` API expire.
2040 2041 2042 2043 2044 2045 |
# File 'lib/aws-sdk-emr/types.rb', line 2040 class GetClusterSessionCredentialsOutput < Struct.new( :credentials, :expires_at) SENSITIVE = [] include Aws::Structure end |