Class: Aws::Types::CreateFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFirewallPolicyRequest
- 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_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
202 203 204 |
# File 'sig/types.rbs', line 202 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
204 205 206 |
# File 'sig/types.rbs', line 204 def dry_run @dry_run end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
205 206 207 |
# File 'sig/types.rbs', line 205 def encryption_configuration @encryption_configuration end |
#firewall_policy ⇒ Types::FirewallPolicy
Returns the value of attribute firewall_policy.
201 202 203 |
# File 'sig/types.rbs', line 201 def firewall_policy @firewall_policy end |
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
200 201 202 |
# File 'sig/types.rbs', line 200 def firewall_policy_name @firewall_policy_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
203 204 205 |
# File 'sig/types.rbs', line 203 def @tags end |