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.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def alias @alias end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
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.
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.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def workspace_name @workspace_name end |