Class: Aws::CodeGuruSecurity::Types::ListScansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ListScansResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token.
-
#summaries ⇒ Array<Types::ScanSummary>
A list of ‘ScanSummary` objects with information about all scans in an account.
Instance Attribute Details
#next_token ⇒ String
A pagination token. You can use this in future calls to ‘ListScans` to continue listing results after the current page.
852 853 854 855 856 857 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 852 class ListScansResponse < Struct.new( :next_token, :summaries) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::ScanSummary>
A list of ‘ScanSummary` objects with information about all scans in an account.
852 853 854 855 856 857 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 852 class ListScansResponse < Struct.new( :next_token, :summaries) SENSITIVE = [] include Aws::Structure end |