Class: Aws::Types::SortAttribute
- Inherits:
-
Object
- Object
- Aws::Types::SortAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
-
#type ⇒ "PROFILE", "CALCULATED"
Returns the value of attribute type.
Instance Attribute Details
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def data_type @data_type end |
#name ⇒ ::String
Returns the value of attribute name.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def name @name end |
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def order @order end |
#type ⇒ "PROFILE", "CALCULATED"
Returns the value of attribute type.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def type @type end |