Class: Aws::DataZone::Types::GetAssetFilterOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the data asset.

Returns:

  • (String)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

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

#configurationTypes::AssetFilterConfiguration

The configuration of the asset filter.



5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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 you want to get an asset filter.

Returns:

  • (String)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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 column names of the asset filter.

Returns:

  • (Array<String>)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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 row filter of the asset filter.

Returns:

  • (String)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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 complete successfully.

Returns:

  • (String)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

class GetAssetFilterOutput < Struct.new(
  :asset_id,
  :configuration,
  :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)


5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5555

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