Class: Aws::FMS::Types::ListThirdPartyFirewallFirewallPoliciesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:

  • (Integer)


2544
2545
2546
2547
2548
2549
2550
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2544

class ListThirdPartyFirewallFirewallPoliciesRequest < Struct.new(
  :third_party_firewall,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2544
2545
2546
2547
2548
2549
2550
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2544

class ListThirdPartyFirewallFirewallPoliciesRequest < Struct.new(
  :third_party_firewall,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#third_party_firewallString

The name of the third-party firewall vendor.

Returns:

  • (String)


2544
2545
2546
2547
2548
2549
2550
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2544

class ListThirdPartyFirewallFirewallPoliciesRequest < Struct.new(
  :third_party_firewall,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end