Class: Aws::Types::GetRevenueStatisticsSummaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRevenueStatisticsSummaryRequest
- 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.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
Instance Attribute Details
#currency ⇒ "USDC"
Returns the value of attribute currency.
700 701 702 |
# File 'sig/types.rbs', line 700 def currency @currency end |
#filters ⇒ ::Array[Types::MonetizationFilter]
Returns the value of attribute filters.
701 702 703 |
# File 'sig/types.rbs', line 701 def filters @filters end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
699 700 701 |
# File 'sig/types.rbs', line 699 def scope @scope end |
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
698 699 700 |
# File 'sig/types.rbs', line 698 def time_window @time_window end |