Class: Aws::DataZone::Types::GetTimeSeriesDataPointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetTimeSeriesDataPointInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
-
#entity_identifier ⇒ 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_name ⇒ String
The name of the time series form that houses the data point that you want to get.
-
#identifier ⇒ String
The ID of the data point that you want to get.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
10002 10003 10004 10005 10006 10007 10008 10009 10010 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10002 class GetTimeSeriesDataPointInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :form_name, :identifier) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the asset for which you want to get the data point.
10002 10003 10004 10005 10006 10007 10008 10009 10010 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10002 class GetTimeSeriesDataPointInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :form_name, :identifier) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the asset for which you want to get the data point.
10002 10003 10004 10005 10006 10007 10008 10009 10010 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10002 class GetTimeSeriesDataPointInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :form_name, :identifier) 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.
10002 10003 10004 10005 10006 10007 10008 10009 10010 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10002 class GetTimeSeriesDataPointInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :form_name, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the data point that you want to get.
10002 10003 10004 10005 10006 10007 10008 10009 10010 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10002 class GetTimeSeriesDataPointInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :form_name, :identifier) SENSITIVE = [] include Aws::Structure end |