Class: Aws::CustomerProfiles::Types::PutProfileObjectResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_object_unique_keyString

The unique identifier of the profile object generated by the service.

Returns:

  • (String)


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