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

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

The image configuration for a worker type.



1928
1929
1930
1931
1932
# File 'lib/aws-sdk-emrserverless/types.rb', line 1928

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