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)


8178
8179
8180
8181
8182
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8178

class PutProfileObjectResponse < Struct.new(
  :profile_object_unique_key)
  SENSITIVE = []
  include Aws::Structure
end