Class: Aws::Types::GetRevenueStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRevenueStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#revenue_path_statistics ⇒ ::Array[Types::RevenuePathStatistics]
Returns the value of attribute revenue_path_statistics.
-
#source_statistics ⇒ ::Array[Types::SourceStatistics]
Returns the value of attribute source_statistics.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
693 694 695 |
# File 'sig/types.rbs', line 693 def next_marker @next_marker end |
#revenue_path_statistics ⇒ ::Array[Types::RevenuePathStatistics]
Returns the value of attribute revenue_path_statistics.
692 693 694 |
# File 'sig/types.rbs', line 692 def revenue_path_statistics @revenue_path_statistics end |
#source_statistics ⇒ ::Array[Types::SourceStatistics]
Returns the value of attribute source_statistics.
691 692 693 |
# File 'sig/types.rbs', line 691 def source_statistics @source_statistics end |