Class: Aws::EMRServerless::Types::AutoStartConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::AutoStartConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The configuration for an application to automatically start on job submission.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables the application to automatically start on job submission.
Instance Attribute Details
#enabled ⇒ Boolean
Enables the application to automatically start on job submission. Defaults to true.
219 220 221 222 223 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 219 class AutoStartConfig < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |