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)


5959
5960
5961
5962
5963
5964
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5959

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

#scan_configurationsArray<Types::CisScanConfiguration>

The CIS scan configuration scan configurations.

Returns:



5959
5960
5961
5962
5963
5964
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5959

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