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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6144
6145
6146
6147
6148
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6144

class MergeProfilesResponse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end