Class: Aws::DataZone::Types::CreateAssetFilterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifierString

The ID of the data asset.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647

class CreateAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :name,
  :description,
  :configuration,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647

class CreateAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :name,
  :description,
  :configuration,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#configurationTypes::AssetFilterConfiguration

The configuration of the asset filter.



2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647

class CreateAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :name,
  :description,
  :configuration,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the asset filter.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647

class CreateAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :name,
  :description,
  :configuration,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_identifierString

The ID of the domain in which you want to create an asset filter.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647

class CreateAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :name,
  :description,
  :configuration,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the asset filter.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2647

class CreateAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :name,
  :description,
  :configuration,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end