Class: Aws::Types::ClusterConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cold_storage_options ⇒ Types::ColdStorageOptions
Returns the value of attribute cold_storage_options.
-
#dedicated_master_count ⇒ ::Integer
Returns the value of attribute dedicated_master_count.
-
#dedicated_master_enabled ⇒ Boolean
Returns the value of attribute dedicated_master_enabled.
-
#dedicated_master_type ⇒ "m3.medium.search", ...
Returns the value of attribute dedicated_master_type.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
-
#multi_az_with_standby_enabled ⇒ Boolean
Returns the value of attribute multi_az_with_standby_enabled.
-
#node_options ⇒ ::Array[Types::NodeOption]
Returns the value of attribute node_options.
-
#warm_count ⇒ ::Integer
Returns the value of attribute warm_count.
-
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
-
#warm_type ⇒ "ultrawarm1.medium.search", ...
Returns the value of attribute warm_type.
-
#zone_awareness_config ⇒ Types::ZoneAwarenessConfig
Returns the value of attribute zone_awareness_config.
-
#zone_awareness_enabled ⇒ Boolean
Returns the value of attribute zone_awareness_enabled.
Instance Attribute Details
#cold_storage_options ⇒ Types::ColdStorageOptions
Returns the value of attribute cold_storage_options.
422 423 424 |
# File 'sig/types.rbs', line 422 def @cold_storage_options end |
#dedicated_master_count ⇒ ::Integer
Returns the value of attribute dedicated_master_count.
418 419 420 |
# File 'sig/types.rbs', line 418 def dedicated_master_count @dedicated_master_count end |
#dedicated_master_enabled ⇒ Boolean
Returns the value of attribute dedicated_master_enabled.
414 415 416 |
# File 'sig/types.rbs', line 414 def dedicated_master_enabled @dedicated_master_enabled end |
#dedicated_master_type ⇒ "m3.medium.search", ...
Returns the value of attribute dedicated_master_type.
417 418 419 |
# File 'sig/types.rbs', line 417 def dedicated_master_type @dedicated_master_type end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
413 414 415 |
# File 'sig/types.rbs', line 413 def instance_count @instance_count end |
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
412 413 414 |
# File 'sig/types.rbs', line 412 def instance_type @instance_type end |
#multi_az_with_standby_enabled ⇒ Boolean
Returns the value of attribute multi_az_with_standby_enabled.
423 424 425 |
# File 'sig/types.rbs', line 423 def multi_az_with_standby_enabled @multi_az_with_standby_enabled end |
#node_options ⇒ ::Array[Types::NodeOption]
Returns the value of attribute node_options.
424 425 426 |
# File 'sig/types.rbs', line 424 def @node_options end |
#warm_count ⇒ ::Integer
Returns the value of attribute warm_count.
421 422 423 |
# File 'sig/types.rbs', line 421 def warm_count @warm_count end |
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
419 420 421 |
# File 'sig/types.rbs', line 419 def warm_enabled @warm_enabled end |
#warm_type ⇒ "ultrawarm1.medium.search", ...
Returns the value of attribute warm_type.
420 421 422 |
# File 'sig/types.rbs', line 420 def warm_type @warm_type end |
#zone_awareness_config ⇒ Types::ZoneAwarenessConfig
Returns the value of attribute zone_awareness_config.
416 417 418 |
# File 'sig/types.rbs', line 416 def zone_awareness_config @zone_awareness_config end |
#zone_awareness_enabled ⇒ Boolean
Returns the value of attribute zone_awareness_enabled.
415 416 417 |
# File 'sig/types.rbs', line 415 def zone_awareness_enabled @zone_awareness_enabled end |