Class: Aws::Types::UsageStatisticsSortBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key"accountId", ...

Returns the value of attribute key.

Returns:

  • ("accountId", "total", "serviceLimitValue", "freeTrialStartDate")


1999
2000
2001
# File 'sig/types.rbs', line 1999

def key
  @key
end

#order_by"ASC", "DESC"

Returns the value of attribute order_by.

Returns:

  • ("ASC", "DESC")


2000
2001
2002
# File 'sig/types.rbs', line 2000

def order_by
  @order_by
end