Class: Aws::Types::UpdateFirewallDeleteProtectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallDeleteProtectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_protection ⇒ Boolean
Returns the value of attribute delete_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
#delete_protection ⇒ Boolean
Returns the value of attribute delete_protection.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def delete_protection @delete_protection end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def firewall_name @firewall_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def update_token @update_token end |