Class: Aws::Types::GetUsageStatisticsResponse

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)


996
997
998
# File 'sig/types.rbs', line 996

def next_token
  @next_token
end

#records::Array[Types::UsageRecord]

Returns the value of attribute records.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def records
  @records
end

#time_range"MONTH_TO_DATE", "PAST_30_DAYS"

Returns the value of attribute time_range.

Returns:

  • ("MONTH_TO_DATE", "PAST_30_DAYS")


998
999
1000
# File 'sig/types.rbs', line 998

def time_range
  @time_range
end