Class: Aws::DataZone::Types::ListAssetFiltersInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifierString

The ID of the data asset.

Returns:

  • (String)


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_identifierString

The ID of the domain where you want to list asset filters.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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

#statusString

The status of the asset filter.

Returns:

  • (String)


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