Class: Aws::Types::Sort

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ascending ⇒ Boolean

Returns the value of attribute ascending.

Returns:

  • (Boolean)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def ascending
  @ascending
end

#field ⇒ ::String

Returns the value of attribute field.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def field
  @field
end