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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/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.



1619
1620
1621
1622
1623
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1619

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