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.
5582 5583 5584 5585 5586 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5582 class UpdateProfileResponse < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |