Class: Aws::Types::IcebergSortField

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#direction"asc", "desc"

Returns the value of attribute direction.

Returns:

  • ("asc", "desc")


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.

Returns:

  • ("nulls-first", "nulls-last")


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.

Returns:

  • (::Integer)


4607
4608
4609
# File 'sig/types.rbs', line 4607

def source_id
  @source_id
end

#transform::String

Returns the value of attribute transform.

Returns:

  • (::String)


4608
4609
4610
# File 'sig/types.rbs', line 4608

def transform
  @transform
end