Class: Aws::Types::ListTimeSeriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_prefix::String

Returns the value of attribute alias_prefix.

Returns:

  • (::String)


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

def alias_prefix
  @alias_prefix
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


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

def asset_id
  @asset_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3017
3018
3019
# File 'sig/types.rbs', line 3017

def next_token
  @next_token
end

#time_series_type"ASSOCIATED", "DISASSOCIATED"

Returns the value of attribute time_series_type.

Returns:

  • ("ASSOCIATED", "DISASSOCIATED")


3021
3022
3023
# File 'sig/types.rbs', line 3021

def time_series_type
  @time_series_type
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3022
3023
3024
# File 'sig/types.rbs', line 3022

def workspace_name
  @workspace_name
end