Class: Aws::Types::TimeSeriesDataPointSummaryFormOutput
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesDataPointSummaryFormOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_summary ⇒ ::String
Returns the value of attribute content_summary.
-
#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_summary ⇒ ::String
Returns the value of attribute content_summary.
6323 6324 6325 |
# File 'sig/types.rbs', line 6323 def content_summary @content_summary end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
6319 6320 6321 |
# File 'sig/types.rbs', line 6319 def form_name @form_name end |
#id ⇒ ::String
Returns the value of attribute id.
6324 6325 6326 |
# File 'sig/types.rbs', line 6324 def id @id end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
6322 6323 6324 |
# File 'sig/types.rbs', line 6322 def @timestamp end |
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
6320 6321 6322 |
# File 'sig/types.rbs', line 6320 def type_identifier @type_identifier end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
6321 6322 6323 |
# File 'sig/types.rbs', line 6321 def type_revision @type_revision end |