Class: Aws::DataZone::Types::CreateAssetFilterOutput

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 asset.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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.



1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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 the asset filter is created.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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 in the asset filter.

Returns:

  • (Array<String>)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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 in the asset filter.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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 asset filter is not created successfully.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1125

class CreateAssetFilterOutput < 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