Class: Aws::Inspector2::Types::ListFiltersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListFiltersResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Contains details on the filters associated with your account.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Contains details on the filters associated with your account.
5122 5123 5124 5125 5126 5127 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5122 class ListFiltersResponse < Struct.new( :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to use for paginating results that are returned in the
response. Set the value of this parameter to null for the first
request to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results
after the first page.
5122 5123 5124 5125 5126 5127 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5122 class ListFiltersResponse < Struct.new( :filters, :next_token) SENSITIVE = [] include Aws::Structure end |