Class: Aws::DataZone::Types::DeleteTimeSeriesDataPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteTimeSeriesDataPointsInput
- 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 to ensure idempotency of the request.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
-
#entity_identifier ⇒ String
The ID of the asset for which you want to delete a time series form.
-
#entity_type ⇒ String
The type of the asset for which you want to delete a time series form.
-
#form_name ⇒ String
The name of the time series form that you want to delete.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5262 5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'lib/aws-sdk-datazone/types.rb', line 5262 class DeleteTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :form_name) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
5262 5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'lib/aws-sdk-datazone/types.rb', line 5262 class DeleteTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :form_name) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the asset for which you want to delete a time series form.
5262 5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'lib/aws-sdk-datazone/types.rb', line 5262 class DeleteTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :form_name) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the asset for which you want to delete a time series form.
5262 5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'lib/aws-sdk-datazone/types.rb', line 5262 class DeleteTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :form_name) SENSITIVE = [] include Aws::Structure end |
#form_name ⇒ String
The name of the time series form that you want to delete.
5262 5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'lib/aws-sdk-datazone/types.rb', line 5262 class DeleteTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :form_name) SENSITIVE = [] include Aws::Structure end |