Class: Aws::EMRServerless::Types::WorkerTypeSpecificationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::WorkerTypeSpecificationInput
- 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::ImageConfigurationInput
The image configuration for a worker type.
Instance Attribute Details
#image_configuration ⇒ Types::ImageConfigurationInput
The image configuration for a worker type.
1942 1943 1944 1945 1946 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1942 class WorkerTypeSpecificationInput < Struct.new( :image_configuration) SENSITIVE = [] include Aws::Structure end |