Class: Aws::DataZone::Types::GetTimeSeriesDataPointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetTimeSeriesDataPointOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
-
#entity_id ⇒ String
The ID of the asset for which you want to get the data point.
-
#entity_type ⇒ String
The type of the asset for which you want to get the data point.
-
#form ⇒ Types::TimeSeriesDataPointFormOutput
The time series form that houses the data point that you want to get.
-
#form_name ⇒ String
The name of the time series form that houses the data point that you want to get.
Instance Attribute Details
#domain_id ⇒ String
The ID of the Amazon DataZone domain that houses the asset 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 |
#entity_id ⇒ String
The ID of the asset for which you want to get the data point.
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_type ⇒ String
The type of the asset for which you want to get the data point.
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 ⇒ Types::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_name ⇒ String
The name of 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 |