Class: Aws::Inspector2::Types::ListCisScanConfigurationsResponse

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)


4664
4665
4666
4667
4668
4669
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4664

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

#scan_configurationsArray<Types::CisScanConfiguration>

The CIS scan configuration scan configurations.

Returns:



4664
4665
4666
4667
4668
4669
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4664

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