Class: Aws::CodeGuruSecurity::Types::GetFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::GetFindingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::Finding>
A list of findings generated by the specified scan.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#findings ⇒ Array<Types::Finding>
A list of findings generated by the specified scan.
630 631 632 633 634 635 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 630 class GetFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token. You can use this in future calls to ‘GetFindings` to continue listing results after the current page.
630 631 632 633 634 635 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 630 class GetFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |