Class: Aws::CustomerProfiles::Types::MergeProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::MergeProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that indicates the merge request is complete.
Instance Attribute Details
#message ⇒ String
A message that indicates the merge request is complete.
3918 3919 3920 3921 3922 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3918 class MergeProfilesResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |