Class: Aws::Types::UpdateFirewallPolicyChangeProtectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallPolicyChangeProtectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#firewall_policy_change_protection ⇒ Boolean
Returns the value of attribute firewall_policy_change_protection.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def firewall_name @firewall_name end |
#firewall_policy_change_protection ⇒ Boolean
Returns the value of attribute firewall_policy_change_protection.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def firewall_policy_change_protection @firewall_policy_change_protection end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def update_token @update_token end |