Class: Aws::Types::GetRevenueStatisticsTimeSeriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRevenueStatisticsTimeSeriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USDC"
Returns the value of attribute currency.
-
#filters ⇒ ::Array[Types::MonetizationFilter]
Returns the value of attribute filters.
-
#group_by ⇒ "NAME", ...
Returns the value of attribute group_by.
-
#interval ⇒ "MINUTELY", ...
Returns the value of attribute interval.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#statistic_type ⇒ "DATE_HISTOGRAM", "PAYMENT_TRAFFIC"
Returns the value of attribute statistic_type.
-
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
Instance Attribute Details
#currency ⇒ "USDC"
Returns the value of attribute currency.
715 716 717 |
# File 'sig/types.rbs', line 715 def currency @currency end |
#filters ⇒ ::Array[Types::MonetizationFilter]
Returns the value of attribute filters.
717 718 719 |
# File 'sig/types.rbs', line 717 def filters @filters end |
#group_by ⇒ "NAME", ...
Returns the value of attribute group_by.
716 717 718 |
# File 'sig/types.rbs', line 716 def group_by @group_by end |
#interval ⇒ "MINUTELY", ...
Returns the value of attribute interval.
714 715 716 |
# File 'sig/types.rbs', line 714 def interval @interval end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
718 719 720 |
# File 'sig/types.rbs', line 718 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
719 720 721 |
# File 'sig/types.rbs', line 719 def next_marker @next_marker end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
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.
711 712 713 |
# File 'sig/types.rbs', line 711 def statistic_type @statistic_type end |
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
712 713 714 |
# File 'sig/types.rbs', line 712 def time_window @time_window end |