Class: Aws::CodeGuruSecurity::Types::ListScansResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codegurusecurity/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token. You can use this in future calls to ‘ListScans` to continue listing results after the current page.

Returns:

  • (String)


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

#summariesArray<Types::ScanSummary>

A list of ‘ScanSummary` objects with information about all scans in an account.

Returns:



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