Class: Aws::FMS::Types::ListAppsListsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apps_listsArray<Types::AppsListDataSummary>

An array of ‘AppsListDataSummary` objects.

Returns:



2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-fms/types.rb', line 2124

class ListAppsListsResponse < Struct.new(
  :apps_lists,
  :next_token)
  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. You can use this token in subsequent requests to retrieve the next batch of objects.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-fms/types.rb', line 2124

class ListAppsListsResponse < Struct.new(
  :apps_lists,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end