Class: Aws::DataZone::Types::DeleteAssetFilterInput

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

#asset_identifierString

The ID of the data asset.

Returns:

  • (String)


5376
5377
5378
5379
5380
5381
5382
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5376

class DeleteAssetFilterInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the domain where you want to delete an asset filter.

Returns:

  • (String)


5376
5377
5378
5379
5380
5381
5382
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5376

class DeleteAssetFilterInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the asset filter that you want to delete.

Returns:

  • (String)


5376
5377
5378
5379
5380
5381
5382
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5376

class DeleteAssetFilterInput < Struct.new(
  :asset_identifier,
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end