Class: Aws::Types::PostTimeSeriesDataPointsOutput
- Inherits:
-
Object
- Object
- Aws::Types::PostTimeSeriesDataPointsOutput
- 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.
-
#forms ⇒ ::Array[Types::TimeSeriesDataPointFormOutput]
Returns the value of attribute forms.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
4924 4925 4926 |
# File 'sig/types.rbs', line 4924 def domain_id @domain_id end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
4925 4926 4927 |
# File 'sig/types.rbs', line 4925 def entity_id @entity_id end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
4926 4927 4928 |
# File 'sig/types.rbs', line 4926 def entity_type @entity_type end |
#forms ⇒ ::Array[Types::TimeSeriesDataPointFormOutput]
Returns the value of attribute forms.
4927 4928 4929 |
# File 'sig/types.rbs', line 4927 def forms @forms end |