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:



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

def alias
  @alias
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:



1996
1997
1998
# File 'sig/types.rbs', line 1996

def asset_id
  @asset_id
end

#property_id::String

Returns the value of attribute property_id.

Returns:



1997
1998
1999
# File 'sig/types.rbs', line 1997

def property_id
  @property_id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:



1998
1999
2000
# File 'sig/types.rbs', line 1998

def workspace_name
  @workspace_name
end