Class: Aws::GuardDuty::Types::CoverageSortCriteria

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Information about the sorting criteria used in the coverage statistics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

Represents the field name used to sort the coverage details.

Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME has been deprecated.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1109

class CoverageSortCriteria < Struct.new(
  :attribute_name,
  :order_by)
  SENSITIVE = []
  include Aws::Structure
end

#order_byString

The order in which the sorted findings are to be displayed.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1109

class CoverageSortCriteria < Struct.new(
  :attribute_name,
  :order_by)
  SENSITIVE = []
  include Aws::Structure
end