Class: Aws::EMRServerless::Types::WorkerTypeSpecification

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::ImageConfiguration

The image configuration for a worker type.



2052
2053
2054
2055
2056
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2052

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