Class: Aws::DataZone::Types::AssetFilterSummary

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

Overview

The summary of the asset filter.

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the data asset.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_atTime

The timestamp at which the asset filter was created.

Returns:

  • (Time)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the asset filter.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The ID of the domain where the asset filter lives.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#effective_column_namesArray<String>

The effective column names of the asset filter.

Returns:

  • (Array<String>)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#effective_row_filterString

The effective row filter of the asset filter.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#error_messageString

The error message that is displayed if the action does not succeed.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The ID of the asset filter.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the asset filter.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The status of the asset filter.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/aws-sdk-datazone/types.rb', line 491

class AssetFilterSummary < Struct.new(
  :asset_id,
  :created_at,
  :description,
  :domain_id,
  :effective_column_names,
  :effective_row_filter,
  :error_message,
  :id,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end