Class: Aws::CustomerProfiles::Types::UpdateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UpdateProfileResponse
- 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.
7496 7497 7498 7499 7500 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7496 class UpdateProfileResponse < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |