Class: Aws::CustomerProfiles::Types::MergeProfilesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that indicates the merge request is complete.

Returns:

  • (String)


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