Class: Aws::Types::PostTimeSeriesDataPointsInput
- Inherits:
-
Object
- Object
- Aws::Types::PostTimeSeriesDataPointsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
-
#forms ⇒ ::Array[Types::TimeSeriesDataPointFormInput]
Returns the value of attribute forms.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
4919 4920 4921 |
# File 'sig/types.rbs', line 4919 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4915 4916 4917 |
# File 'sig/types.rbs', line 4915 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
4916 4917 4918 |
# File 'sig/types.rbs', line 4916 def entity_identifier @entity_identifier end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
4917 4918 4919 |
# File 'sig/types.rbs', line 4917 def entity_type @entity_type end |
#forms ⇒ ::Array[Types::TimeSeriesDataPointFormInput]
Returns the value of attribute forms.
4918 4919 4920 |
# File 'sig/types.rbs', line 4918 def forms @forms end |