Class: Aws::Types::GetRevenueStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRevenueStatisticsRequest
- 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.
-
#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.
-
#sort_by ⇒ "REVENUE", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
-
#statistic_type ⇒ "TOP_SOURCES_BY_REVENUE", "TOP_PATHS_BY_REVENUE"
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.
680 681 682 |
# File 'sig/types.rbs', line 680 def currency @currency end |
#filters ⇒ ::Array[Types::MonetizationFilter]
Returns the value of attribute filters.
682 683 684 |
# File 'sig/types.rbs', line 682 def filters @filters end |
#group_by ⇒ "NAME", ...
Returns the value of attribute group_by.
681 682 683 |
# File 'sig/types.rbs', line 681 def group_by @group_by end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
684 685 686 |
# File 'sig/types.rbs', line 684 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
683 684 685 |
# File 'sig/types.rbs', line 683 def next_marker @next_marker end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
679 680 681 |
# File 'sig/types.rbs', line 679 def scope @scope end |
#sort_by ⇒ "REVENUE", ...
Returns the value of attribute sort_by.
685 686 687 |
# File 'sig/types.rbs', line 685 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
686 687 688 |
# File 'sig/types.rbs', line 686 def sort_order @sort_order end |
#statistic_type ⇒ "TOP_SOURCES_BY_REVENUE", "TOP_PATHS_BY_REVENUE"
Returns the value of attribute statistic_type.
677 678 679 |
# File 'sig/types.rbs', line 677 def statistic_type @statistic_type end |
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
678 679 680 |
# File 'sig/types.rbs', line 678 def time_window @time_window end |