Class: Aws::DataZone::Types::PostTimeSeriesDataPointsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The ID of the Amazon DataZone domain in which you want to post time series data points.

Returns:

  • (String)


8436
8437
8438
8439
8440
8441
8442
8443
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8436

class PostTimeSeriesDataPointsOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The ID of the asset for which you want to post time series data points.

Returns:

  • (String)


8436
8437
8438
8439
8440
8441
8442
8443
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8436

class PostTimeSeriesDataPointsOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of the asset for which you want to post data points.

Returns:

  • (String)


8436
8437
8438
8439
8440
8441
8442
8443
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8436

class PostTimeSeriesDataPointsOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#formsArray<Types::TimeSeriesDataPointFormOutput>

The forms that contain the data points that you have posted.



8436
8437
8438
8439
8440
8441
8442
8443
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8436

class PostTimeSeriesDataPointsOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end