Class: Aws::Types::DescribeFirewallPolicyResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_policyTypes::FirewallPolicy

Returns the value of attribute firewall_policy.



561
562
563
# File 'sig/types.rbs', line 561

def firewall_policy
  @firewall_policy
end

#firewall_policy_responseTypes::FirewallPolicyResponse

Returns the value of attribute firewall_policy_response.



560
561
562
# File 'sig/types.rbs', line 560

def firewall_policy_response
  @firewall_policy_response
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def update_token
  @update_token
end