Class: Aws::Types::AmiAggregation
- Inherits:
-
Object
- Object
- Aws::Types::AmiAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amis ⇒ ::Array[Types::StringFilter]
Returns the value of attribute amis.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#amis ⇒ ::Array[Types::StringFilter]
Returns the value of attribute amis.
153 154 155 |
# File 'sig/types.rbs', line 153 def amis @amis end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
155 156 157 |
# File 'sig/types.rbs', line 155 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
154 155 156 |
# File 'sig/types.rbs', line 154 def sort_order @sort_order end |