Class: Aws::DataZone::Types::GetAssetFilterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifierString

The ID of the data asset.

Returns:

  • (String)


9034
9035
9036
9037
9038
9039
9040
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9034

class GetAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the domain where you want to get an asset filter.

Returns:

  • (String)


9034
9035
9036
9037
9038
9039
9040
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9034

class GetAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the asset filter.

Returns:

  • (String)


9034
9035
9036
9037
9038
9039
9040
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9034

class GetAssetFilterInput < Struct.new(
  :domain_identifier,
  :asset_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end