Class: Aws::Inspector2::Types::ListCisScansResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token from a previous request that’s used to retrieve the next page of results.

Returns:

  • (String)


6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-inspector2/types.rb', line 6188

class ListCisScansResponse < Struct.new(
  :scans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#scansArray<Types::CisScan>

The CIS scans.

Returns:



6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-inspector2/types.rb', line 6188

class ListCisScansResponse < Struct.new(
  :scans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end