Class: Aws::Inspector2::Types::ListCisScansRequest

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

#detail_levelString

The detail applied to the CIS scan.

Returns:

  • (String)


4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4871

class ListCisScansRequest < Struct.new(
  :detail_level,
  :filter_criteria,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#filter_criteriaTypes::ListCisScansFilterCriteria

The CIS scan filter criteria.



4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4871

class ListCisScansRequest < Struct.new(
  :detail_level,
  :filter_criteria,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned.

Returns:

  • (Integer)


4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4871

class ListCisScansRequest < Struct.new(
  :detail_level,
  :filter_criteria,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4871

class ListCisScansRequest < Struct.new(
  :detail_level,
  :filter_criteria,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The CIS scans sort by order.

Returns:

  • (String)


4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4871

class ListCisScansRequest < Struct.new(
  :detail_level,
  :filter_criteria,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The CIS scans sort order.

Returns:

  • (String)


4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4871

class ListCisScansRequest < Struct.new(
  :detail_level,
  :filter_criteria,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end