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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


4282
4283
4284
4285
4286
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4282

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