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.
3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3795 class GetWorkflowRequest < Struct.new( :domain_name, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3795 class GetWorkflowRequest < Struct.new( :domain_name, :workflow_id) SENSITIVE = [] include Aws::Structure end |