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:



1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1904

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)


1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1904

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