Class: Aws::Types::ListUsageTotalsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def next_token
  @next_token
end

#totals ⇒ ::Array[Types::UsageTotal]

Returns the value of attribute totals.

Returns:



2180
2181
2182
# File 'sig/types.rbs', line 2180

def totals
  @totals
end