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.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def dry_run @dry_run end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def encryption_configuration @encryption_configuration end |
#firewall_policy ⇒ Types::FirewallPolicy
Returns the value of attribute firewall_policy.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def firewall_policy @firewall_policy end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def firewall_policy_name @firewall_policy_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def update_token @update_token end |