Class: Aws::DataZone::Types::TimeSeriesDataPointFormInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::TimeSeriesDataPointFormInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The time series data points form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the time series data points form.
-
#form_name ⇒ String
The name of the time series data points form.
-
#timestamp ⇒ Time
The timestamp of the time series data points form.
-
#type_identifier ⇒ String
The ID of the type of the time series data points form.
-
#type_revision ⇒ String
The revision type of the time series data points form.
Instance Attribute Details
#content ⇒ String
The content of the time series data points form.
18133 18134 18135 18136 18137 18138 18139 18140 18141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18133 class TimeSeriesDataPointFormInput < Struct.new( :content, :form_name, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#form_name ⇒ String
The name of the time series data points form.
18133 18134 18135 18136 18137 18138 18139 18140 18141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18133 class TimeSeriesDataPointFormInput < Struct.new( :content, :form_name, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the time series data points form.
18133 18134 18135 18136 18137 18138 18139 18140 18141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18133 class TimeSeriesDataPointFormInput < Struct.new( :content, :form_name, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_identifier ⇒ String
The ID of the type of the time series data points form.
18133 18134 18135 18136 18137 18138 18139 18140 18141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18133 class TimeSeriesDataPointFormInput < Struct.new( :content, :form_name, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_revision ⇒ String
The revision type of the time series data points form.
18133 18134 18135 18136 18137 18138 18139 18140 18141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18133 class TimeSeriesDataPointFormInput < Struct.new( :content, :form_name, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |