Class: Aws::Types::TitleAggregation
- Inherits:
-
Object
- Object
- Aws::Types::TitleAggregation
- 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.
-
#titles ⇒ ::Array[Types::StringFilter]
Returns the value of attribute titles.
-
#vulnerability_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute vulnerability_ids.
Instance Attribute Details
#finding_type ⇒ "NETWORK_REACHABILITY", ...
Returns the value of attribute finding_type.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def finding_type @finding_type end |
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def resource_type @resource_type end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def sort_order @sort_order end |
#titles ⇒ ::Array[Types::StringFilter]
Returns the value of attribute titles.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def titles @titles end |
#vulnerability_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute vulnerability_ids.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def vulnerability_ids @vulnerability_ids end |