Class: Aws::Types::PackageAggregation
- Inherits:
-
Object
- Object
- Aws::Types::PackageAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#package_names ⇒ ::Array[Types::StringFilter]
Returns the value of attribute package_names.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#package_names ⇒ ::Array[Types::StringFilter]
Returns the value of attribute package_names.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def package_names @package_names end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def sort_order @sort_order end |