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)


3948
3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3948

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)


3948
3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3948

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)


3948
3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3948

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