Class: Aws::DataZone::Types::ListAssetFiltersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListAssetFiltersInput
- Includes:
- Structure
- Defined in:
- 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 list asset filters.
-
#max_results ⇒ Integer
The maximum number of asset filters to return in a single call to ‘ListAssetFilters`.
-
#next_token ⇒ String
When the number of asset filters is greater than the default value for the ‘MaxResults` parameter, or if you explicitly specify a value for `MaxResults` that is less than the number of asset filters, the response includes a pagination token named `NextToken`.
-
#status ⇒ String
The status of the asset filter.
Instance Attribute Details
#asset_identifier ⇒ String
The ID of the data asset.
12248 12249 12250 12251 12252 12253 12254 12255 12256 |
# File 'lib/aws-sdk-datazone/types.rb', line 12248 class ListAssetFiltersInput < Struct.new( :asset_identifier, :domain_identifier, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to list asset filters.
12248 12249 12250 12251 12252 12253 12254 12255 12256 |
# File 'lib/aws-sdk-datazone/types.rb', line 12248 class ListAssetFiltersInput < Struct.new( :asset_identifier, :domain_identifier, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of asset filters to return in a single call to ‘ListAssetFilters`. When the number of asset filters to be listed is greater than the value of `MaxResults`, the response contains a `NextToken` value that you can use in a subsequent call to `ListAssetFilters` to list the next set of asset filters.
12248 12249 12250 12251 12252 12253 12254 12255 12256 |
# File 'lib/aws-sdk-datazone/types.rb', line 12248 class ListAssetFiltersInput < Struct.new( :asset_identifier, :domain_identifier, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of asset filters is greater than the default value for the ‘MaxResults` parameter, or if you explicitly specify a value for `MaxResults` that is less than the number of asset filters, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListAssetFilters` to list the next set of asset filters.
12248 12249 12250 12251 12252 12253 12254 12255 12256 |
# File 'lib/aws-sdk-datazone/types.rb', line 12248 class ListAssetFiltersInput < Struct.new( :asset_identifier, :domain_identifier, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the asset filter.
12248 12249 12250 12251 12252 12253 12254 12255 12256 |
# File 'lib/aws-sdk-datazone/types.rb', line 12248 class ListAssetFiltersInput < Struct.new( :asset_identifier, :domain_identifier, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |