Class: Aws::Inspector2::Types::ListFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListFindingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::Finding>
Contains details on the findings in your environment.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#findings ⇒ Array<Types::Finding>
Contains details on the findings in your environment.
5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5246 class ListFindingsResponse < Struct.new( :findings, :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.
5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5246 class ListFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |