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.
20880 20881 20882 20883 20884 20885 20886 20887 20888 20889 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20880 class UpdateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier, :name, :description, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#configuration ⇒ Types::AssetFilterConfiguration
The configuration of the asset filter.
20880 20881 20882 20883 20884 20885 20886 20887 20888 20889 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20880 class UpdateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier, :name, :description, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the asset filter.
20880 20881 20882 20883 20884 20885 20886 20887 20888 20889 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20880 class UpdateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier, :name, :description, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to update an asset filter.
20880 20881 20882 20883 20884 20885 20886 20887 20888 20889 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20880 class UpdateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier, :name, :description, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#identifier ⇒ String
The ID of the asset filter.
20880 20881 20882 20883 20884 20885 20886 20887 20888 20889 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20880 class UpdateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier, :name, :description, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the asset filter.
20880 20881 20882 20883 20884 20885 20886 20887 20888 20889 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20880 class UpdateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier, :name, :description, :configuration) SENSITIVE = [:description] include Aws::Structure end |