Class: Aws::CustomerProfiles::Types::DomainObjectTypeField

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

Overview

The standard domain object type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The content type of the field.

Returns:

  • (String)


2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2715

class DomainObjectTypeField < Struct.new(
  :source,
  :target,
  :content_type,
  :feature_type)
  SENSITIVE = []
  include Aws::Structure
end

#feature_typeString

The semantic meaning of the field.

Returns:

  • (String)


2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2715

class DomainObjectTypeField < Struct.new(
  :source,
  :target,
  :content_type,
  :feature_type)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The expression that defines how to extract the field value from the source object.>

Returns:

  • (String)


2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2715

class DomainObjectTypeField < Struct.new(
  :source,
  :target,
  :content_type,
  :feature_type)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The expression that defines where the field value should be placed in the standard domain object.

Returns:

  • (String)


2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2715

class DomainObjectTypeField < Struct.new(
  :source,
  :target,
  :content_type,
  :feature_type)
  SENSITIVE = []
  include Aws::Structure
end