Class: Aws::Types::EngineConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EngineConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_configs ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_configs.
-
#classifications ⇒ ::Array[Types::Classification]
Returns the value of attribute classifications.
-
#coordinator_dpu_size ⇒ ::Integer
Returns the value of attribute coordinator_dpu_size.
-
#default_executor_dpu_size ⇒ ::Integer
Returns the value of attribute default_executor_dpu_size.
-
#max_concurrent_dpus ⇒ ::Integer
Returns the value of attribute max_concurrent_dpus.
-
#spark_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute spark_properties.
Instance Attribute Details
#additional_configs ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_configs.
356 357 358 |
# File 'sig/types.rbs', line 356 def additional_configs @additional_configs end |
#classifications ⇒ ::Array[Types::Classification]
Returns the value of attribute classifications.
358 359 360 |
# File 'sig/types.rbs', line 358 def classifications @classifications end |
#coordinator_dpu_size ⇒ ::Integer
Returns the value of attribute coordinator_dpu_size.
353 354 355 |
# File 'sig/types.rbs', line 353 def coordinator_dpu_size @coordinator_dpu_size end |
#default_executor_dpu_size ⇒ ::Integer
Returns the value of attribute default_executor_dpu_size.
355 356 357 |
# File 'sig/types.rbs', line 355 def default_executor_dpu_size @default_executor_dpu_size end |
#max_concurrent_dpus ⇒ ::Integer
Returns the value of attribute max_concurrent_dpus.
354 355 356 |
# File 'sig/types.rbs', line 354 def max_concurrent_dpus @max_concurrent_dpus end |
#spark_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute spark_properties.
357 358 359 |
# File 'sig/types.rbs', line 357 def spark_properties @spark_properties end |