Class: Aws::CustomerProfiles::Types::ListProfileObjectsItem

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

Overview

A ProfileObject in a list of ProfileObjects.

Constant Summary collapse

SENSITIVE =
[:object]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

A JSON representation of a ProfileObject that belongs to a profile.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4832

class ListProfileObjectsItem < Struct.new(
  :object_type_name,
  :profile_object_unique_key,
  :object)
  SENSITIVE = [:object]
  include Aws::Structure
end

#object_type_nameString

Specifies the kind of object being added to a profile, such as “Salesforce-Account.”

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4832

class ListProfileObjectsItem < Struct.new(
  :object_type_name,
  :profile_object_unique_key,
  :object)
  SENSITIVE = [:object]
  include Aws::Structure
end

#profile_object_unique_keyString

The unique identifier of the ProfileObject generated by the service.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4832

class ListProfileObjectsItem < Struct.new(
  :object_type_name,
  :profile_object_unique_key,
  :object)
  SENSITIVE = [:object]
  include Aws::Structure
end