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_summaryString

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

Returns:

  • (String)


18210
18211
18212
18213
18214
18215
18216
18217
18218
18219
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18210

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

#form_nameString

The name of the time series data points summary form.

Returns:

  • (String)


18210
18211
18212
18213
18214
18215
18216
18217
18218
18219
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18210

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

#idString

The ID of the time series data points summary form.

Returns:

  • (String)


18210
18211
18212
18213
18214
18215
18216
18217
18218
18219
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18210

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

#timestampTime

The timestamp of the time series data points summary form.

Returns:

  • (Time)


18210
18211
18212
18213
18214
18215
18216
18217
18218
18219
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18210

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

#type_identifierString

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

Returns:

  • (String)


18210
18211
18212
18213
18214
18215
18216
18217
18218
18219
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18210

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

#type_revisionString

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

Returns:

  • (String)


18210
18211
18212
18213
18214
18215
18216
18217
18218
18219
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18210

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