Class: Aws::CustomerProfiles::Types::MergeProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::MergeProfilesResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
5299 5300 5301 5302 5303 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5299 class MergeProfilesResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |