Class: Aws::CustomerProfiles::Types::CreateProfileResponse

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_idString

The unique identifier of a customer profile.

Returns:

  • (String)


1875
1876
1877
1878
1879
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1875

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