Module: Aws::NetworkFirewall::Client::_AssociateFirewallPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssociateFirewallPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #firewall_policy_arn ⇒ ::String
- #update_token ⇒ ::String
Instance Method Details
#firewall_arn ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def firewall_name: () -> ::String
|
#firewall_policy_arn ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def firewall_policy_arn: () -> ::String
|
#update_token ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def update_token: () -> ::String
|