Class: Aws::Types::AvailabilityZoneInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_name::String

Returns the value of attribute availability_zone_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def availability_zone_name
  @availability_zone_name
end

#available_data_node_count::String

Returns the value of attribute available_data_node_count.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def available_data_node_count
  @available_data_node_count
end

#configured_data_node_count::String

Returns the value of attribute configured_data_node_count.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def configured_data_node_count
  @configured_data_node_count
end

#total_shards::String

Returns the value of attribute total_shards.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def total_shards
  @total_shards
end

#total_un_assigned_shards::String

Returns the value of attribute total_un_assigned_shards.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def total_un_assigned_shards
  @total_un_assigned_shards
end

#zone_status"Active", ...

Returns the value of attribute zone_status.

Returns:

  • ("Active", "StandBy", "NotAvailable")


292
293
294
# File 'sig/types.rbs', line 292

def zone_status
  @zone_status
end