Class: Aws::CustomerProfiles::Types::PutProfileObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::PutProfileObjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_object_unique_key ⇒ String
The unique identifier of the profile object generated by the service.
Instance Attribute Details
#profile_object_unique_key ⇒ String
The unique identifier of the profile object generated by the service.
4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4302 class PutProfileObjectResponse < Struct.new( :profile_object_unique_key) SENSITIVE = [] include Aws::Structure end |