Class: Aws::Types::FindingTypeAggregation
- Inherits:
-
Object
- Object
- Aws::Types::FindingTypeAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_type ⇒ "NETWORK_REACHABILITY", ...
Returns the value of attribute finding_type.
-
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#finding_type ⇒ "NETWORK_REACHABILITY", ...
Returns the value of attribute finding_type.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def finding_type @finding_type end |
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def resource_type @resource_type end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def sort_order @sort_order end |