Class: Aws::DataZone::Types::PostTimeSeriesDataPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::PostTimeSeriesDataPointsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which you want to post time series data points.
-
#entity_identifier ⇒ String
The ID of the asset for which you want to post time series data points.
-
#entity_type ⇒ String
The type of the asset for which you want to post data points.
-
#forms ⇒ Array<Types::TimeSeriesDataPointFormInput>
The forms that contain the data points that you want to post.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
14639 14640 14641 14642 14643 14644 14645 14646 14647 |
# File 'lib/aws-sdk-datazone/types.rb', line 14639 class PostTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :forms) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which you want to post time series data points.
14639 14640 14641 14642 14643 14644 14645 14646 14647 |
# File 'lib/aws-sdk-datazone/types.rb', line 14639 class PostTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :forms) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the asset for which you want to post time series data points.
14639 14640 14641 14642 14643 14644 14645 14646 14647 |
# File 'lib/aws-sdk-datazone/types.rb', line 14639 class PostTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :forms) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the asset for which you want to post data points.
14639 14640 14641 14642 14643 14644 14645 14646 14647 |
# File 'lib/aws-sdk-datazone/types.rb', line 14639 class PostTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :forms) SENSITIVE = [] include Aws::Structure end |
#forms ⇒ Array<Types::TimeSeriesDataPointFormInput>
The forms that contain the data points that you want to post.
14639 14640 14641 14642 14643 14644 14645 14646 14647 |
# File 'lib/aws-sdk-datazone/types.rb', line 14639 class PostTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :forms) SENSITIVE = [] include Aws::Structure end |