Class: Aws::EMR::Types::EMRContainersConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

The EMR container configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_run_idString

The Job run ID for the container configuration.

Returns:

  • (String)


1800
1801
1802
1803
1804
# File 'lib/aws-sdk-emr/types.rb', line 1800

class EMRContainersConfig < Struct.new(
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end