Class: Aws::DataZone::Types::TimeSeriesDataPointSummaryFormOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::TimeSeriesDataPointSummaryFormOutput
- Defined in:
- gems/aws-sdk-datazone/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.
14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14448 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.
14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14448 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.
14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14448 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.
14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14448 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.
14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14448 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.
14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14448 class TimeSeriesDataPointSummaryFormOutput < Struct.new( :content_summary, :form_name, :id, :timestamp, :type_identifier, :type_revision) SENSITIVE = [] include Aws::Structure end |