Class: Aws::DataZone::Types::TimeSeriesDataPointSummaryFormOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::TimeSeriesDataPointSummaryFormOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The summary of the time series data points form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_summary ⇒ String
The content of the summary of the time series data points form.
-
#form_name ⇒ String
The name of the time series data points summary form.
-
#id ⇒ String
The ID of the time series data points summary form.
-
#timestamp ⇒ Time
The timestamp of the time series data points summary form.
-
#type_identifier ⇒ String
The type ID of the time series data points summary form.
-
#type_revision ⇒ String
The type revision of the time series data points summary form.
Instance Attribute Details
#content_summary ⇒ String
The content of the summary of the time series data points form.
15072 15073 15074 15075 15076 15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-datazone/types.rb', line 15072 class TimeSeriesDataPointSummaryFormOutput < Struct.new( :content_summary, :form_name, :id, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#form_name ⇒ String
The name of the time series data points summary form.
15072 15073 15074 15075 15076 15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-datazone/types.rb', line 15072 class TimeSeriesDataPointSummaryFormOutput < Struct.new( :content_summary, :form_name, :id, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the time series data points summary form.
15072 15073 15074 15075 15076 15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-datazone/types.rb', line 15072 class TimeSeriesDataPointSummaryFormOutput < Struct.new( :content_summary, :form_name, :id, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the time series data points summary form.
15072 15073 15074 15075 15076 15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-datazone/types.rb', line 15072 class TimeSeriesDataPointSummaryFormOutput < Struct.new( :content_summary, :form_name, :id, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_identifier ⇒ String
The type ID of the time series data points summary form.
15072 15073 15074 15075 15076 15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-datazone/types.rb', line 15072 class TimeSeriesDataPointSummaryFormOutput < Struct.new( :content_summary, :form_name, :id, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |
#type_revision ⇒ String
The type revision of the time series data points summary form.
15072 15073 15074 15075 15076 15077 15078 15079 15080 15081 |
# File 'lib/aws-sdk-datazone/types.rb', line 15072 class TimeSeriesDataPointSummaryFormOutput < Struct.new( :content_summary, :form_name, :id, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |