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.
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_type ⇒ String
The semantic meaning of the field.
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 |
#source ⇒ String
The expression that defines how to extract the field value from the source object.>
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 |
#target ⇒ String
The expression that defines where the field value should be placed in the standard domain object.
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 |