Class: Aws::Types::ElasticsearchClusterConfig
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchClusterConfig
- 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.elasticsearch", ...
Returns the value of attribute dedicated_master_type.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute instance_type.
-
#warm_count ⇒ ::Integer
Returns the value of attribute warm_count.
-
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
-
#warm_type ⇒ "ultrawarm1.medium.elasticsearch", "ultrawarm1.large.elasticsearch"
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.
641 642 643 |
# File 'sig/types.rbs', line 641 def end |
#dedicated_master_count ⇒ ::Integer
Returns the value of attribute dedicated_master_count.
637 638 639 |
# File 'sig/types.rbs', line 637 def dedicated_master_count @dedicated_master_count end |
#dedicated_master_enabled ⇒ Boolean
Returns the value of attribute dedicated_master_enabled.
633 634 635 |
# File 'sig/types.rbs', line 633 def dedicated_master_enabled @dedicated_master_enabled end |
#dedicated_master_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute dedicated_master_type.
636 637 638 |
# File 'sig/types.rbs', line 636 def dedicated_master_type @dedicated_master_type end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
632 633 634 |
# File 'sig/types.rbs', line 632 def instance_count @instance_count end |
#instance_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute instance_type.
631 632 633 |
# File 'sig/types.rbs', line 631 def instance_type @instance_type end |
#warm_count ⇒ ::Integer
Returns the value of attribute warm_count.
640 641 642 |
# File 'sig/types.rbs', line 640 def warm_count @warm_count end |
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
638 639 640 |
# File 'sig/types.rbs', line 638 def warm_enabled @warm_enabled end |
#warm_type ⇒ "ultrawarm1.medium.elasticsearch", "ultrawarm1.large.elasticsearch"
Returns the value of attribute warm_type.
639 640 641 |
# File 'sig/types.rbs', line 639 def warm_type @warm_type end |
#zone_awareness_config ⇒ Types::ZoneAwarenessConfig
Returns the value of attribute zone_awareness_config.
635 636 637 |
# File 'sig/types.rbs', line 635 def zone_awareness_config @zone_awareness_config end |
#zone_awareness_enabled ⇒ Boolean
Returns the value of attribute zone_awareness_enabled.
634 635 636 |
# File 'sig/types.rbs', line 634 def zone_awareness_enabled @zone_awareness_enabled end |