Class: Aws::DataZone::Types::CreateAssetFilterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateAssetFilterInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#asset_identifier ⇒ String
The ID of the data asset.
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#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 in which you want to create an asset filter.
-
#name ⇒ String
The name of the asset filter.
Instance Attribute Details
#asset_identifier ⇒ String
The ID of the data asset.
2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647 class CreateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :name, :description, :configuration, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647 class CreateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :name, :description, :configuration, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#configuration ⇒ Types::AssetFilterConfiguration
The configuration of the asset filter.
2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647 class CreateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :name, :description, :configuration, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the asset filter.
2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647 class CreateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :name, :description, :configuration, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain in which you want to create an asset filter.
2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647 class CreateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :name, :description, :configuration, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the asset filter.
2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647 class CreateAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :name, :description, :configuration, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |