Class: Aws::Types::ListTimeSeriesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTimeSeriesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#time_series_summaries ⇒ ::Array[Types::TimeSeriesSummary]
Returns the value of attribute time_series_summaries.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def next_token @next_token end |
#time_series_summaries ⇒ ::Array[Types::TimeSeriesSummary]
Returns the value of attribute time_series_summaries.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def time_series_summaries @time_series_summaries end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def workspace_name @workspace_name end |