Class: Aws::CustomerProfiles::Types::UpdateProfileResponse

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_idString

The unique identifier of a customer profile.

Returns:

  • (String)


10856
10857
10858
10859
10860
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10856

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