Class: Aws::CustomerProfiles::Types::CreateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The unique identifier of a customer profile.
Instance Attribute Details
#profile_id ⇒ String
The unique identifier of a customer profile.
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 |