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)


3010
3011
3012
# File 'sig/types.rbs', line 3010

def alias_prefix
  @alias_prefix
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


3009
3010
3011
# File 'sig/types.rbs', line 3009

def asset_id
  @asset_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3008
3009
3010
# File 'sig/types.rbs', line 3008

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3007
3008
3009
# File 'sig/types.rbs', line 3007

def next_token
  @next_token
end

#time_series_type"ASSOCIATED", "DISASSOCIATED"

Returns the value of attribute time_series_type.

Returns:

  • ("ASSOCIATED", "DISASSOCIATED")


3011
3012
3013
# File 'sig/types.rbs', line 3011

def time_series_type
  @time_series_type
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3012
3013
3014
# File 'sig/types.rbs', line 3012

def workspace_name
  @workspace_name
end