Class: Aws::Types::QuickResponseOrderField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def name
  @name
end

#order"ASC", "DESC"

Returns the value of attribute order.

Returns:

  • ("ASC", "DESC")


2408
2409
2410
# File 'sig/types.rbs', line 2408

def order
  @order
end