Class: Aws::FMS::Types::ListAppsListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ListAppsListsResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apps_lists ⇒ Array<Types::AppsListDataSummary>
An array of
AppsListDataSummary
objects. -
#next_token ⇒ String
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.
Instance Attribute Details
#apps_lists ⇒ Array<Types::AppsListDataSummary>
An array of AppsListDataSummary
objects.
2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2124 class ListAppsListsResponse < Struct.new( :apps_lists, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2124 class ListAppsListsResponse < Struct.new( :apps_lists, :next_token) SENSITIVE = [] include Aws::Structure end |