Class: Aws::Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_master_count::Integer

Returns the value of attribute dedicated_master_count.

Returns:

  • (::Integer)


2610
2611
2612
# File 'sig/types.rbs', line 2610

def dedicated_master_count
  @dedicated_master_count
end

#dedicated_master_enabledBoolean

Returns the value of attribute dedicated_master_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2614
2615
2616
# File 'sig/types.rbs', line 2614

def instance_type
  @instance_type
end

#zone_awareness_configTypes::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_enabledBoolean

Returns the value of attribute zone_awareness_enabled.

Returns:

  • (Boolean)


2616
2617
2618
# File 'sig/types.rbs', line 2616

def zone_awareness_enabled
  @zone_awareness_enabled
end