Class: Aws::CustomerProfiles::Types::UpdateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UpdateProfileResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
6965 6966 6967 6968 6969 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6965 class UpdateProfileResponse < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |