Class: Aws::FMS::Types::ListThirdPartyFirewallFirewallPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ListThirdPartyFirewallFirewallPoliciesRequest
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of third-party firewall policies that you want Firewall Manager to return.
-
#next_token ⇒ String
If the previous response included a
NextToken
element, the specified third-party firewall vendor is associated with more third-party firewall policies. -
#third_party_firewall ⇒ String
The name of the third-party firewall vendor.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of third-party firewall policies that you want
Firewall Manager to return. If the specified third-party firewall
vendor is associated with more than MaxResults
firewall policies,
the response includes a NextToken
element. NextToken
contains an
encrypted token that identifies the first third-party firewall
policies that Firewall Manager will return if you submit another
request.
2546 2547 2548 2549 2550 2551 2552 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2546 class ListThirdPartyFirewallFirewallPoliciesRequest < Struct.new( :third_party_firewall, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous response included a NextToken
element, the
specified third-party firewall vendor is associated with more
third-party firewall policies. To get more third-party firewall
policies, submit another
ListThirdPartyFirewallFirewallPoliciesRequest
request.
For the value of NextToken
, specify the value of NextToken
from
the previous response. If the previous response didn't include a
NextToken
element, there are no more third-party firewall policies
to get.
2546 2547 2548 2549 2550 2551 2552 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2546 class ListThirdPartyFirewallFirewallPoliciesRequest < Struct.new( :third_party_firewall, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#third_party_firewall ⇒ String
The name of the third-party firewall vendor.
2546 2547 2548 2549 2550 2551 2552 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2546 class ListThirdPartyFirewallFirewallPoliciesRequest < Struct.new( :third_party_firewall, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |