Class: Aws::CustomerProfiles::Types::GetWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#workflow_id ⇒ String
Unique identifier for the workflow.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2597 class GetWorkflowRequest < Struct.new( :domain_name, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2597 class GetWorkflowRequest < Struct.new( :domain_name, :workflow_id) SENSITIVE = [] include Aws::Structure end |