Class: Aws::Inspector::Types::ListFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ListFindingsResponse
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_arns ⇒ Array<String>
A list of ARNs that specifies the findings returned by the action.
-
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
Instance Attribute Details
#finding_arns ⇒ Array<String>
A list of ARNs that specifies the findings returned by the action.
2470 2471 2472 2473 2474 2475 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2470 class ListFindingsResponse < Struct.new( :finding_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
2470 2471 2472 2473 2474 2475 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2470 class ListFindingsResponse < Struct.new( :finding_arns, :next_token) SENSITIVE = [] include Aws::Structure end |