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)


2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2633

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)


2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2633

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)


2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2633

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)


2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2633

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