Class: Aws::CustomerProfiles::Types::CreateIntegrationWorkflowResponse

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 indicating create request was received.

Returns:

  • (String)


948
949
950
951
952
953
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 948

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

#workflow_idString

Unique identifier for the workflow.

Returns:

  • (String)


948
949
950
951
952
953
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 948

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