Class: Aws::Types::GetTimeSeriesDataPointOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetTimeSeriesDataPointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
-
#form ⇒ Types::TimeSeriesDataPointFormOutput
Returns the value of attribute form.
-
#form_name ⇒ ::String
Returns the value of attribute form_name.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3327 3328 3329 |
# File 'sig/types.rbs', line 3327 def domain_id @domain_id end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
3328 3329 3330 |
# File 'sig/types.rbs', line 3328 def entity_id @entity_id end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
3329 3330 3331 |
# File 'sig/types.rbs', line 3329 def entity_type @entity_type end |
#form ⇒ Types::TimeSeriesDataPointFormOutput
Returns the value of attribute form.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def form @form end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def form_name @form_name end |