Class: Aws::FMS::Types::ListProtocolsListsRequest

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

#default_listsBoolean

Specifies whether the lists to retrieve are default lists owned by Firewall Manager.

Returns:

  • (Boolean)


2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2144

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

#max_resultsInteger

The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don't specify this, Firewall Manager returns all available objects.

Returns:

  • (Integer)


2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2144

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

#next_tokenString

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.

Returns:

  • (String)


2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2144

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