Class: Aws::Types::TimeSeriesDataPointFormInput
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesDataPointFormInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#form_name ⇒ ::String
Returns the value of attribute form_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
6304 6305 6306 |
# File 'sig/types.rbs', line 6304 def content @content end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
6300 6301 6302 |
# File 'sig/types.rbs', line 6300 def form_name @form_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
6303 6304 6305 |
# File 'sig/types.rbs', line 6303 def @timestamp end |
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
6301 6302 6303 |
# File 'sig/types.rbs', line 6301 def type_identifier @type_identifier end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
6302 6303 6304 |
# File 'sig/types.rbs', line 6302 def type_revision @type_revision end |