Class: Aws::DataZone::Types::TimeSeriesDataPointSummaryFormOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#content_summary ⇒ String

The content of the summary of the time series data points form.

Returns:

  • (String)


23265
23266
23267
23268
23269
23270
23271
23272
23273
23274
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23265

class TimeSeriesDataPointSummaryFormOutput < Struct.new(
  :form_name,
  :type_identifier,
  :type_revision,
  :timestamp,
  :content_summary,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#form_name ⇒ String

The name of the time series data points summary form.

Returns:

  • (String)


23265
23266
23267
23268
23269
23270
23271
23272
23273
23274
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23265

class TimeSeriesDataPointSummaryFormOutput < Struct.new(
  :form_name,
  :type_identifier,
  :type_revision,
  :timestamp,
  :content_summary,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The ID of the time series data points summary form.

Returns:

  • (String)


23265
23266
23267
23268
23269
23270
23271
23272
23273
23274
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23265

class TimeSeriesDataPointSummaryFormOutput < Struct.new(
  :form_name,
  :type_identifier,
  :type_revision,
  :timestamp,
  :content_summary,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp ⇒ Time

The timestamp of the time series data points summary form.

Returns:

  • (Time)


23265
23266
23267
23268
23269
23270
23271
23272
23273
23274
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23265

class TimeSeriesDataPointSummaryFormOutput < Struct.new(
  :form_name,
  :type_identifier,
  :type_revision,
  :timestamp,
  :content_summary,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#type_identifier ⇒ String

The type ID of the time series data points summary form.

Returns:

  • (String)


23265
23266
23267
23268
23269
23270
23271
23272
23273
23274
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23265

class TimeSeriesDataPointSummaryFormOutput < Struct.new(
  :form_name,
  :type_identifier,
  :type_revision,
  :timestamp,
  :content_summary,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#type_revision ⇒ String

The type revision of the time series data points summary form.

Returns:

  • (String)


23265
23266
23267
23268
23269
23270
23271
23272
23273
23274
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23265

class TimeSeriesDataPointSummaryFormOutput < Struct.new(
  :form_name,
  :type_identifier,
  :type_revision,
  :timestamp,
  :content_summary,
  :id)
  SENSITIVE = []
  include Aws::Structure
end