Class: Aws::Types::TimeSeriesDataPointFormOutput
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesDataPointFormOutput
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
6313 6314 6315 |
# File 'sig/types.rbs', line 6313 def content @content end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
6309 6310 6311 |
# File 'sig/types.rbs', line 6309 def form_name @form_name end |
#id ⇒ ::String
Returns the value of attribute id.
6314 6315 6316 |
# File 'sig/types.rbs', line 6314 def id @id end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
6312 6313 6314 |
# File 'sig/types.rbs', line 6312 def @timestamp end |
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
6310 6311 6312 |
# File 'sig/types.rbs', line 6310 def type_identifier @type_identifier end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
6311 6312 6313 |
# File 'sig/types.rbs', line 6311 def type_revision @type_revision end |