Class: Aws::Types::GetRevenueStatisticsTimeSeriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency"USDC"

Returns the value of attribute currency.

Returns:

  • ("USDC")


715
716
717
# File 'sig/types.rbs', line 715

def currency
  @currency
end

#filters::Array[Types::MonetizationFilter]

Returns the value of attribute filters.

Returns:



717
718
719
# File 'sig/types.rbs', line 717

def filters
  @filters
end

#group_by"NAME", ...

Returns the value of attribute group_by.

Returns:

  • ("NAME", "CATEGORY", "INTENT", "ORGANIZATION", "WEBACL")


716
717
718
# File 'sig/types.rbs', line 716

def group_by
  @group_by
end

#interval"MINUTELY", ...

Returns the value of attribute interval.

Returns:

  • ("MINUTELY", "FIVE_MINUTELY", "HOURLY", "DAILY")


714
715
716
# File 'sig/types.rbs', line 714

def interval
  @interval
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


718
719
720
# File 'sig/types.rbs', line 718

def limit
  @limit
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def next_marker
  @next_marker
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


713
714
715
# File 'sig/types.rbs', line 713

def scope
  @scope
end

#statistic_type"DATE_HISTOGRAM", "PAYMENT_TRAFFIC"

Returns the value of attribute statistic_type.

Returns:

  • ("DATE_HISTOGRAM", "PAYMENT_TRAFFIC")


711
712
713
# File 'sig/types.rbs', line 711

def statistic_type
  @statistic_type
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def time_window
  @time_window
end