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.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def geography @geography end |
#group_long_name ⇒ ::String
Returns the value of attribute group_long_name.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def group_long_name @group_long_name end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def group_name @group_name end |
#messages ⇒ ::Array[Types::AvailabilityZoneMessage]
Returns the value of attribute messages.
997 998 999 |
# File 'sig/types.rbs', line 997 def @messages end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def network_border_group @network_border_group end |
#opt_in_status ⇒ "opt-in-not-required", ...
Returns the value of attribute opt_in_status.
996 997 998 |
# File 'sig/types.rbs', line 996 def opt_in_status @opt_in_status end |
#parent_zone_id ⇒ ::String
Returns the value of attribute parent_zone_id.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def parent_zone_id @parent_zone_id end |
#parent_zone_name ⇒ ::String
Returns the value of attribute parent_zone_name.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def parent_zone_name @parent_zone_name end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
998 999 1000 |
# File 'sig/types.rbs', line 998 def region_name @region_name end |
#state ⇒ "available", ...
Returns the value of attribute state.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def state @state end |
#sub_geography ⇒ ::Array[Types::AvailabilityZoneSubGeography]
Returns the value of attribute sub_geography.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def sub_geography @sub_geography end |
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def zone_id @zone_id end |
#zone_name ⇒ ::String
Returns the value of attribute zone_name.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def zone_name @zone_name end |
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def zone_type @zone_type end |