Class: Aws::Types::ListTimeSeriesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


3019
3020
3021
# File 'sig/types.rbs', line 3019

def workspace_name
  @workspace_name
end