Class: Aws::Types::SnapshotSortingEntity
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotSortingEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "SOURCE_TYPE", ...
Returns the value of attribute attribute.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#attribute ⇒ "SOURCE_TYPE", ...
Returns the value of attribute attribute.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def attribute @attribute end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def sort_order @sort_order end |