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.
1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1216 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.
1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1216 class CoverageSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |