Class: Aws::CustomerProfiles::Types::DomainObjectTypeField
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DomainObjectTypeField
- 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
-
#content_type ⇒ String
The content type of the field.
-
#feature_type ⇒ String
The semantic meaning of the field.
-
#source ⇒ String
The expression that defines how to extract the field value from the source object.>.
-
#target ⇒ String
The expression that defines where the field value should be placed in the standard domain object.
Instance Attribute Details
#content_type ⇒ String
The content type of the field.
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_type ⇒ String
The semantic meaning of the field.
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 |
#source ⇒ String
The expression that defines how to extract the field value from the source object.>
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 |
#target ⇒ String
The expression that defines where the field value should be placed in the standard domain object.
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 |