Class: Aws::DataZone::Types::TimeSeriesDataPointFormInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The time series data points form.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the time series data points form.

Returns:

  • (String)


10634
10635
10636
10637
10638
10639
10640
10641
10642
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10634

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

#form_nameString

The name of the time series data points form.

Returns:

  • (String)


10634
10635
10636
10637
10638
10639
10640
10641
10642
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10634

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

#timestampTime

The timestamp of the time series data points form.

Returns:

  • (Time)


10634
10635
10636
10637
10638
10639
10640
10641
10642
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10634

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

#type_identifierString

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

Returns:

  • (String)


10634
10635
10636
10637
10638
10639
10640
10641
10642
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10634

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

#type_revisionString

The revision type of the time series data points form.

Returns:

  • (String)


10634
10635
10636
10637
10638
10639
10640
10641
10642
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10634

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