Class: Aws::Types::SortAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type ⇒ "STRING", ...

Returns the value of attribute data_type.

Returns:

  • ("STRING", "NUMBER", "DATE")


2678
2679
2680
# File 'sig/types.rbs', line 2678

def data_type
  @data_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def name
  @name
end

#order ⇒ "ASC", "DESC"

Returns the value of attribute order.

Returns:

  • ("ASC", "DESC")


2679
2680
2681
# File 'sig/types.rbs', line 2679

def order
  @order
end

#type ⇒ "PROFILE", "CALCULATED"

Returns the value of attribute type.

Returns:

  • ("PROFILE", "CALCULATED")


2680
2681
2682
# File 'sig/types.rbs', line 2680

def type
  @type
end