Class: Aws::EMR::Types::GetClusterSessionCredentialsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetClusterSessionCredentialsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The unique identifier of the cluster.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.
Instance Attribute Details
#cluster_id ⇒ String
The unique identifier of the cluster.
2021 2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-emr/types.rb', line 2021 class GetClusterSessionCredentialsInput < Struct.new( :cluster_id, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
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`.
2021 2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-emr/types.rb', line 2021 class GetClusterSessionCredentialsInput < Struct.new( :cluster_id, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |