Class: Aws::EMR::Types::GetClusterSessionCredentialsInput

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

#cluster_idString

The unique identifier of the cluster.

Returns:

  • (String)


2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2021

class GetClusterSessionCredentialsInput < Struct.new(
  :cluster_id,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource.

Returns:

  • (String)


2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2021

class GetClusterSessionCredentialsInput < Struct.new(
  :cluster_id,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end