Class: Aws::EMR::Types::EMRContainersConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::EMRContainersConfig
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The EMR container configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_run_id ⇒ String
The Job run ID for the container configuration.
Instance Attribute Details
#job_run_id ⇒ String
The Job run ID for the container configuration.
1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1746 class EMRContainersConfig < Struct.new( :job_run_id) SENSITIVE = [] include Aws::Structure end |