Class: Aws::Types::RepositoryAggregation
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#repositories ⇒ ::Array[Types::StringFilter]
Returns the value of attribute repositories.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#repositories ⇒ ::Array[Types::StringFilter]
Returns the value of attribute repositories.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def repositories @repositories end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def sort_order @sort_order end |