Class: Aws::EMRServerless::Types::WorkerTypeSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::WorkerTypeSpecification
- 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
-
#image_configuration ⇒ Types::ImageConfiguration
The image configuration for a worker type.
Instance Attribute Details
#image_configuration ⇒ Types::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 |