Class: Aws::GuardDuty::Types::CoverageSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CoverageSortCriteria
- 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
-
#attribute_name ⇒ String
Represents the field name used to sort the coverage details.
-
#order_by ⇒ String
The order in which the sorted findings are to be displayed.
Instance Attribute Details
#attribute_name ⇒ String
Represents the field name used to sort the coverage details.
CLUSTER_NAME
with EKS_CLUSTER_NAME
.
CLUSTER_NAME
has been deprecated.
1113 1114 1115 1116 1117 1118 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1113 class CoverageSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
The order in which the sorted findings are to be displayed.
1113 1114 1115 1116 1117 1118 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1113 class CoverageSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |