Class: Aws::Types::AwsOpenSearchServiceDomainClusterConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainClusterConfigDetails
- 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.
-
#warm_count ⇒ ::Integer
Returns the value of attribute warm_count.
-
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
-
#warm_type ⇒ ::String
Returns the value of attribute warm_type.
-
#zone_awareness_config ⇒ Types::AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails
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.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def dedicated_master_count @dedicated_master_count end |
#dedicated_master_enabled ⇒ Boolean
Returns the value of attribute dedicated_master_enabled.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def dedicated_master_enabled @dedicated_master_enabled end |
#dedicated_master_type ⇒ ::String
Returns the value of attribute dedicated_master_type.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def dedicated_master_type @dedicated_master_type end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def instance_type @instance_type end |
#warm_count ⇒ ::Integer
Returns the value of attribute warm_count.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def warm_count @warm_count end |
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def warm_enabled @warm_enabled end |
#warm_type ⇒ ::String
Returns the value of attribute warm_type.
3307 3308 3309 |
# File 'sig/types.rbs', line 3307 def warm_type @warm_type end |
#zone_awareness_config ⇒ Types::AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails
Returns the value of attribute zone_awareness_config.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def zone_awareness_config @zone_awareness_config end |
#zone_awareness_enabled ⇒ Boolean
Returns the value of attribute zone_awareness_enabled.
3308 3309 3310 |
# File 'sig/types.rbs', line 3308 def zone_awareness_enabled @zone_awareness_enabled end |