Class: Aws::Types::ListThirdPartyFirewallFirewallPoliciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



650
651
652
# File 'sig/types.rbs', line 650

def next_token
  @next_token
end

#third_party_firewall_firewall_policies::Array[Types::ThirdPartyFirewallFirewallPolicy]

Returns the value of attribute third_party_firewall_firewall_policies.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def third_party_firewall_firewall_policies
  @third_party_firewall_firewall_policies
end