Class: Aws::Types::EngineConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_configs::Hash[::String, ::String]

Returns the value of attribute additional_configs.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Hash[::String, ::String])


357
358
359
# File 'sig/types.rbs', line 357

def spark_properties
  @spark_properties
end