Class: Aws::Types::DescribeTimeSeriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTimeSeriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def alias @alias end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
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.
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.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def workspace_name @workspace_name end |