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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4893

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

#scansArray<Types::CisScan>

The CIS scans.

Returns:



4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4893

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