Class: Aws::Types::UpdateFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#firewall_policy ⇒ Types::FirewallPolicy
Returns the value of attribute firewall_policy.
-
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def dry_run @dry_run end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def encryption_configuration @encryption_configuration end |
#firewall_policy ⇒ Types::FirewallPolicy
Returns the value of attribute firewall_policy.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def firewall_policy @firewall_policy end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def firewall_policy_name @firewall_policy_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def update_token @update_token end |