Class: Aws::DataZone::Types::GetAssetFilterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetAssetFilterInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_identifier ⇒ String
The ID of the data asset.
-
#domain_identifier ⇒ String
The ID of the domain where you want to get an asset filter.
-
#identifier ⇒ String
The ID of the asset filter.
Instance Attribute Details
#asset_identifier ⇒ String
The ID of the data asset.
9034 9035 9036 9037 9038 9039 9040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9034 class GetAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to get an asset filter.
9034 9035 9036 9037 9038 9039 9040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9034 class GetAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the asset filter.
9034 9035 9036 9037 9038 9039 9040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9034 class GetAssetFilterInput < Struct.new( :domain_identifier, :asset_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |