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.
1531 1532 1533 1534 1535 1536 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1531 class CreateIntegrationWorkflowResponse < Struct.new( :workflow_id, :message) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
1531 1532 1533 1534 1535 1536 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1531 class CreateIntegrationWorkflowResponse < Struct.new( :workflow_id, :message) SENSITIVE = [] include Aws::Structure end |