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.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def next_token @next_token end |
#time_series_summaries ⇒ ::Array[Types::TimeSeriesSummary]
Returns the value of attribute time_series_summaries.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def time_series_summaries @time_series_summaries end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def workspace_name @workspace_name end |