Class: Aws::EMRServerless::Types::WorkerTypeSpecificationInput

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

Overview

The specifications for a worker type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_configurationTypes::ImageConfigurationInput

The image configuration for a worker type.



1942
1943
1944
1945
1946
# File 'lib/aws-sdk-emrserverless/types.rb', line 1942

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