Class: Aws::CustomerProfiles::Types::ObjectTypeField

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

Overview

Represents a field in a ProfileObjectType.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The content type of the field. Used for determining equality when searching.

Returns:

  • (String)


3980
3981
3982
3983
3984
3985
3986
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3980

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

#sourceString

A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.

Returns:

  • (String)


3980
3981
3982
3983
3984
3985
3986
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3980

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

#targetString

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

Returns:

  • (String)


3980
3981
3982
3983
3984
3985
3986
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3980

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