Class: Aws::Types::ClusteringKey
- Inherits:
-
Object
- Object
- Aws::Types::ClusteringKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
70 71 72 |
# File 'sig/types.rbs', line 70 def name @name end |
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
71 72 73 |
# File 'sig/types.rbs', line 71 def order_by @order_by end |