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

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

#apps_listsArray<Types::AppsListDataSummary>

An array of AppsListDataSummary objects.

Returns:



2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2126

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)


2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2126

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