Class: Aws::Types::DisassociateAvailabilityZonesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAvailabilityZonesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_mappings ⇒ ::Array[Types::AvailabilityZoneMapping]
Returns the value of attribute availability_zone_mappings.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#availability_zone_mappings ⇒ ::Array[Types::AvailabilityZoneMapping]
Returns the value of attribute availability_zone_mappings.
799 800 801 |
# File 'sig/types.rbs', line 799 def availability_zone_mappings @availability_zone_mappings end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
797 798 799 |
# File 'sig/types.rbs', line 797 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
798 799 800 |
# File 'sig/types.rbs', line 798 def firewall_name @firewall_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
800 801 802 |
# File 'sig/types.rbs', line 800 def update_token @update_token end |