Class: Aws::Types::GetUsageTotalsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#time_range"MONTH_TO_DATE", "PAST_30_DAYS"

Returns the value of attribute time_range.

Returns:

  • ("MONTH_TO_DATE", "PAST_30_DAYS")


1008
1009
1010
# File 'sig/types.rbs', line 1008

def time_range
  @time_range
end

#usage_totals::Array[Types::UsageTotal]

Returns the value of attribute usage_totals.

Returns:



1009
1010
1011
# File 'sig/types.rbs', line 1009

def usage_totals
  @usage_totals
end