Class: Aws::Types::DescribeTimeSeriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def alias
  @alias
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def asset_id
  @asset_id
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def property_id
  @property_id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def workspace_name
  @workspace_name
end