Class: Aws::CustomerProfiles::Types::BatchPutProfileObjectRequestItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::BatchPutProfileObjectRequestItem
- 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
-
#id ⇒ String
A unique identifier for this item in the batch request.
-
#object ⇒ String
A string that is serialized from a JSON object.
Instance Attribute Details
#id ⇒ String
A unique identifier for this item in the batch request. Used to correlate items in the response.
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 |
#object ⇒ String
A string that is serialized from a JSON object.
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 |