Class: Aws::Types::GetRevenueStatisticsTimeSeriesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRevenueStatisticsTimeSeriesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_points ⇒ ::Array[Types::DataPointEntry]
Returns the value of attribute data_points.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#data_points ⇒ ::Array[Types::DataPointEntry]
Returns the value of attribute data_points.
724 725 726 |
# File 'sig/types.rbs', line 724 def data_points @data_points end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
725 726 727 |
# File 'sig/types.rbs', line 725 def next_marker @next_marker end |