Class: Aws::Types::ClusteringKey

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)


70
71
72
# File 'sig/types.rbs', line 70

def name
  @name
end

#order_by"ASC", "DESC"

Returns the value of attribute order_by.

Returns:

  • ("ASC", "DESC")


71
72
73
# File 'sig/types.rbs', line 71

def order_by
  @order_by
end