Class: Aws::Types::SortProperty

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")


818
819
820
# File 'sig/types.rbs', line 818

def direction
  @direction
end

#field ⇒ ::String

Returns the value of attribute field.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def field
  @field
end