Class: Aws::CustomerProfiles::Types::CreateIntegrationWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateIntegrationWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message indicating create request was received.
-
#workflow_id ⇒ String
Unique identifier for the workflow.
Instance Attribute Details
#message ⇒ String
A message indicating create request was received.
1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1355 class CreateIntegrationWorkflowResponse < Struct.new( :workflow_id, :message) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1355 class CreateIntegrationWorkflowResponse < Struct.new( :workflow_id, :message) SENSITIVE = [] include Aws::Structure end |