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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3470

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)


3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3470

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)


3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3470

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