Class: Aws::CustomerProfiles::Types::BatchPutProfileObjectRequestItem

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

Overview

An item to add to the domain as part of a batch request.

Constant Summary collapse

SENSITIVE =
[:object]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

A unique identifier for this item in the batch request. Used to correlate items in the response.

Returns:

  • (String)


761
762
763
764
765
766
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 761

class BatchPutProfileObjectRequestItem < Struct.new(
  :id,
  :object)
  SENSITIVE = [:object]
  include Aws::Structure
end

#objectString

A string that is serialized from a JSON object.

Returns:

  • (String)


761
762
763
764
765
766
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 761

class BatchPutProfileObjectRequestItem < Struct.new(
  :id,
  :object)
  SENSITIVE = [:object]
  include Aws::Structure
end