Class: Aws::FMS::Types::ListAppsListsRequest

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)


2103
2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2103

class ListAppsListsRequest < 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)


2103
2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2103

class ListAppsListsRequest < 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)


2103
2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2103

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