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

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

Instance Attribute Details

#content_summaryString

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

Returns:

  • (String)


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_nameString

The name of the time series data points summary form.

Returns:

  • (String)


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

#idString

The ID of the time series data points summary form.

Returns:

  • (String)


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

#timestampTime

The timestamp of the time series data points summary form.

Returns:

  • (Time)


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_identifierString

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

Returns:

  • (String)


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_revisionString

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

Returns:

  • (String)


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