Class: Aws::DataZone::Types::GetTimeSeriesDataPointOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that houses the asset data point that you want to get.

Returns:

  • (String)


8671
8672
8673
8674
8675
8676
8677
8678
8679
# File 'lib/aws-sdk-datazone/types.rb', line 8671

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

#entity_idString

The ID of the asset for which you want to get the data point.

Returns:

  • (String)


8671
8672
8673
8674
8675
8676
8677
8678
8679
# File 'lib/aws-sdk-datazone/types.rb', line 8671

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

#entity_typeString

The type of the asset for which you want to get the data point.

Returns:

  • (String)


8671
8672
8673
8674
8675
8676
8677
8678
8679
# File 'lib/aws-sdk-datazone/types.rb', line 8671

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

#formTypes::TimeSeriesDataPointFormOutput

The time series form that houses the data point that you want to get.



8671
8672
8673
8674
8675
8676
8677
8678
8679
# File 'lib/aws-sdk-datazone/types.rb', line 8671

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

#form_nameString

The name of the time series form that houses the data point that you want to get.

Returns:

  • (String)


8671
8672
8673
8674
8675
8676
8677
8678
8679
# File 'lib/aws-sdk-datazone/types.rb', line 8671

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