Class: Aws::Types::AssociateFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateFirewallPolicyRequest
- 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_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
80 81 82 |
# File 'sig/types.rbs', line 80 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
81 82 83 |
# File 'sig/types.rbs', line 81 def firewall_name @firewall_name end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def firewall_policy_arn @firewall_policy_arn end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
79 80 81 |
# File 'sig/types.rbs', line 79 def update_token @update_token end |