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.
12145 12146 12147 12148 12149 12150 12151 12152 12153 |
# File 'lib/aws-sdk-datazone/types.rb', line 12145 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.
12145 12146 12147 12148 12149 12150 12151 12152 12153 |
# File 'lib/aws-sdk-datazone/types.rb', line 12145 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.
12145 12146 12147 12148 12149 12150 12151 12152 12153 |
# File 'lib/aws-sdk-datazone/types.rb', line 12145 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.
12145 12146 12147 12148 12149 12150 12151 12152 12153 |
# File 'lib/aws-sdk-datazone/types.rb', line 12145 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.
12145 12146 12147 12148 12149 12150 12151 12152 12153 |
# File 'lib/aws-sdk-datazone/types.rb', line 12145 class PostTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :forms) SENSITIVE = [] include Aws::Structure end |