Class: Aws::Types::UpdateAvailabilityZoneChangeProtectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAvailabilityZoneChangeProtectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_change_protection ⇒ Boolean
Returns the value of attribute availability_zone_change_protection.
-
#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_change_protection ⇒ Boolean
Returns the value of attribute availability_zone_change_protection.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def availability_zone_change_protection @availability_zone_change_protection end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def firewall_name @firewall_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def update_token @update_token end |