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.
5997 5998 5999 6000 6001 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5997 class PutProfileObjectResponse < Struct.new( :profile_object_unique_key) SENSITIVE = [] include Aws::Structure end |