Class: Aws::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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 ⇒ ::String
Returns the value of attribute dedicated_master_type.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#zone_awareness_config ⇒ Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
Returns the value of attribute zone_awareness_config.
-
#zone_awareness_enabled ⇒ Boolean
Returns the value of attribute zone_awareness_enabled.
Instance Attribute Details
#dedicated_master_count ⇒ ::Integer
Returns the value of attribute dedicated_master_count.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def dedicated_master_count @dedicated_master_count end |
#dedicated_master_enabled ⇒ Boolean
Returns the value of attribute dedicated_master_enabled.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def dedicated_master_enabled @dedicated_master_enabled end |
#dedicated_master_type ⇒ ::String
Returns the value of attribute dedicated_master_type.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def dedicated_master_type @dedicated_master_type end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def instance_type @instance_type end |
#zone_awareness_config ⇒ Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
Returns the value of attribute zone_awareness_config.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def zone_awareness_config @zone_awareness_config end |
#zone_awareness_enabled ⇒ Boolean
Returns the value of attribute zone_awareness_enabled.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def zone_awareness_enabled @zone_awareness_enabled end |