Class: Aws::Types::IcebergSortField
- Inherits:
-
Object
- Object
- Aws::Types::IcebergSortField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direction ⇒ "asc", "desc"
Returns the value of attribute direction.
-
#null_order ⇒ "nulls-first", "nulls-last"
Returns the value of attribute null_order.
-
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
-
#transform ⇒ ::String
Returns the value of attribute transform.
Instance Attribute Details
#direction ⇒ "asc", "desc"
Returns the value of attribute direction.
4609 4610 4611 |
# File 'sig/types.rbs', line 4609 def direction @direction end |
#null_order ⇒ "nulls-first", "nulls-last"
Returns the value of attribute null_order.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def null_order @null_order end |
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def source_id @source_id end |
#transform ⇒ ::String
Returns the value of attribute transform.
4608 4609 4610 |
# File 'sig/types.rbs', line 4608 def transform @transform end |