Class: Aws::Types::AvailabilityZone

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#geography::Array[Types::AvailabilityZoneGeography]

Returns the value of attribute geography.

Returns:



1093
1094
1095
# File 'sig/types.rbs', line 1093

def geography
  @geography
end

#group_long_name::String

Returns the value of attribute group_long_name.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def group_long_name
  @group_long_name
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def group_name
  @group_name
end

#messages::Array[Types::AvailabilityZoneMessage]

Returns the value of attribute messages.

Returns:



1083
1084
1085
# File 'sig/types.rbs', line 1083

def messages
  @messages
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def network_border_group
  @network_border_group
end

#opt_in_status"opt-in-not-required", ...

Returns the value of attribute opt_in_status.

Returns:

  • ("opt-in-not-required", "opted-in", "not-opted-in")


1082
1083
1084
# File 'sig/types.rbs', line 1082

def opt_in_status
  @opt_in_status
end

#parent_zone_id::String

Returns the value of attribute parent_zone_id.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def parent_zone_id
  @parent_zone_id
end

#parent_zone_name::String

Returns the value of attribute parent_zone_name.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def parent_zone_name
  @parent_zone_name
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def region_name
  @region_name
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "information", "impaired", "unavailable", "constrained")


1095
1096
1097
# File 'sig/types.rbs', line 1095

def state
  @state
end

#sub_geography::Array[Types::AvailabilityZoneSubGeography]

Returns the value of attribute sub_geography.



1094
1095
1096
# File 'sig/types.rbs', line 1094

def sub_geography
  @sub_geography
end

#zone_id::String

Returns the value of attribute zone_id.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def zone_id
  @zone_id
end

#zone_name::String

Returns the value of attribute zone_name.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def zone_name
  @zone_name
end

#zone_type::String

Returns the value of attribute zone_type.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def zone_type
  @zone_type
end