Class: Aws::DataZone::Types::DeleteTimeSeriesDataPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteTimeSeriesDataPointsInput
- Defined in:
- gems/aws-sdk-datazone/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.
6111 6112 6113 6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6111 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.
6111 6112 6113 6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6111 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.
6111 6112 6113 6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6111 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.
6111 6112 6113 6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6111 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.
6111 6112 6113 6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6111 class DeleteTimeSeriesDataPointsInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :form_name) SENSITIVE = [] include Aws::Structure end |