Class: Aws::Types::DescribeTimeSeriesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTimeSeriesResponse
- 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.
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#time_series_arn ⇒ ::String
Returns the value of attribute time_series_arn.
-
#time_series_creation_date ⇒ ::Time
Returns the value of attribute time_series_creation_date.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
-
#time_series_last_update_date ⇒ ::Time
Returns the value of attribute time_series_last_update_date.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def alias @alias end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def asset_id @asset_id end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def data_type @data_type end |
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def data_type_spec @data_type_spec end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def property_id @property_id end |
#time_series_arn ⇒ ::String
Returns the value of attribute time_series_arn.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def time_series_arn @time_series_arn end |
#time_series_creation_date ⇒ ::Time
Returns the value of attribute time_series_creation_date.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def time_series_creation_date @time_series_creation_date end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def time_series_id @time_series_id end |
#time_series_last_update_date ⇒ ::Time
Returns the value of attribute time_series_last_update_date.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def time_series_last_update_date @time_series_last_update_date end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def workspace_name @workspace_name end |