Class: Aws::DataZone::Types::UpdateAssetFilterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifierString

The ID of the data asset.

Returns:

  • (String)


18349
18350
18351
18352
18353
18354
18355
18356
18357
18358
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18349

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

#configurationTypes::AssetFilterConfiguration

The configuration of the asset filter.



18349
18350
18351
18352
18353
18354
18355
18356
18357
18358
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18349

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

#descriptionString

The description of the asset filter.

Returns:

  • (String)


18349
18350
18351
18352
18353
18354
18355
18356
18357
18358
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18349

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

#domain_identifierString

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

Returns:

  • (String)


18349
18350
18351
18352
18353
18354
18355
18356
18357
18358
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18349

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

#identifierString

The ID of the asset filter.

Returns:

  • (String)


18349
18350
18351
18352
18353
18354
18355
18356
18357
18358
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18349

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

#nameString

The name of the asset filter.

Returns:

  • (String)


18349
18350
18351
18352
18353
18354
18355
18356
18357
18358
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18349

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