Class: Aws::DataZone::Types::UpdateAssetFilterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateAssetFilterInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#asset_identifier ⇒ String
The ID of the data asset.
-
#configuration ⇒ Types::AssetFilterConfiguration
The configuration of the asset filter.
-
#description ⇒ String
The description of the asset filter.
-
#domain_identifier ⇒ String
The ID of the domain where you want to update an asset filter.
-
#identifier ⇒ String
The ID of the asset filter.
-
#name ⇒ String
The name of the asset filter.
Instance Attribute Details
#asset_identifier ⇒ String
The ID of the data asset.
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 |
#configuration ⇒ Types::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 |
#description ⇒ String
The description 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 |
#domain_identifier ⇒ String
The ID of the domain where you want to update an 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 |
#identifier ⇒ String
The ID 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 |
#name ⇒ String
The name 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 |