Class: Aws::DataZone::Types::AssetFilterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetFilterSummary
- 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
-
#asset_id ⇒ String
The ID of the data asset.
-
#created_at ⇒ Time
The timestamp at which the asset filter was created.
-
#description ⇒ String
The description of the asset filter.
-
#domain_id ⇒ String
The ID of the domain where the asset filter lives.
-
#effective_column_names ⇒ Array<String>
The effective column names of the asset filter.
-
#effective_row_filter ⇒ String
The effective row filter of the asset filter.
-
#error_message ⇒ String
The error message that is displayed if the action does not succeed.
-
#id ⇒ String
The ID of the asset filter.
-
#name ⇒ String
The name of the asset filter.
-
#status ⇒ String
The status of the asset filter.
Instance Attribute Details
#asset_id ⇒ String
The ID of the data asset.
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_at ⇒ Time
The timestamp at which the asset filter was created.
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 |
#description ⇒ String
The description of the asset filter.
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_id ⇒ String
The ID of the domain where the asset filter lives.
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_names ⇒ Array<String>
The effective column names of the asset filter.
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_filter ⇒ String
The effective row filter of the asset filter.
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_message ⇒ String
The error message that is displayed if the action does not succeed.
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 |
#id ⇒ String
The ID of the asset filter.
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 |
#name ⇒ String
The name of the asset filter.
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 |
#status ⇒ String
The status of the asset filter.
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 |