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.



1605
1606
1607
1608
1609
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1605

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