Class: Aws::Types::AwsOpenSearchServiceDomainClusterConfigDetails

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)


3305
3306
3307
# File 'sig/types.rbs', line 3305

def dedicated_master_count
  @dedicated_master_count
end

#dedicated_master_enabledBoolean

Returns the value of attribute dedicated_master_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


3302
3303
3304
# File 'sig/types.rbs', line 3302

def warm_count
  @warm_count
end

#warm_enabledBoolean

Returns the value of attribute warm_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


3307
3308
3309
# File 'sig/types.rbs', line 3307

def warm_type
  @warm_type
end

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

Returns the value of attribute zone_awareness_enabled.

Returns:

  • (Boolean)


3308
3309
3310
# File 'sig/types.rbs', line 3308

def zone_awareness_enabled
  @zone_awareness_enabled
end