Class: Aws::DataZone::Types::DeleteTimeSeriesDataPointsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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_identifierString

The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.

Returns:

  • (String)


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_identifierString

The ID of the asset for which you want to delete a time series form.

Returns:

  • (String)


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_typeString

The type of the asset for which you want to delete a time series form.

Returns:

  • (String)


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_nameString

The name of the time series form that you want to delete.

Returns:

  • (String)


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