Class: Aws::Types::AvailabilityZone
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityZone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#geography ⇒ ::Array[Types::AvailabilityZoneGeography]
Returns the value of attribute geography.
-
#group_long_name ⇒ ::String
Returns the value of attribute group_long_name.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#messages ⇒ ::Array[Types::AvailabilityZoneMessage]
Returns the value of attribute messages.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#opt_in_status ⇒ "opt-in-not-required", ...
Returns the value of attribute opt_in_status.
-
#parent_zone_id ⇒ ::String
Returns the value of attribute parent_zone_id.
-
#parent_zone_name ⇒ ::String
Returns the value of attribute parent_zone_name.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#state ⇒ "available", ...
Returns the value of attribute state.
-
#sub_geography ⇒ ::Array[Types::AvailabilityZoneSubGeography]
Returns the value of attribute sub_geography.
-
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
-
#zone_name ⇒ ::String
Returns the value of attribute zone_name.
-
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
Instance Attribute Details
#geography ⇒ ::Array[Types::AvailabilityZoneGeography]
Returns the value of attribute geography.
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.
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.
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.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def @messages end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
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.
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.
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.
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.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def region_name @region_name end |
#state ⇒ "available", ...
Returns the value of attribute state.
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.
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.
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.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def zone_type @zone_type end |