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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


3785
3786
3787
3788
3789
3790
3791
3792
3793
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3785

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)


3785
3786
3787
3788
3789
3790
3791
3792
3793
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3785

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)


3785
3786
3787
3788
3789
3790
3791
3792
3793
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3785

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)


3785
3786
3787
3788
3789
3790
3791
3792
3793
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3785

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)


3785
3786
3787
3788
3789
3790
3791
3792
3793
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3785

class DeleteTimeSeriesDataPointsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :form_name)
  SENSITIVE = []
  include Aws::Structure
end