Class: Aws::CustomerProfiles::Types::GetWorkflowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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_idString

Unique identifier for the workflow.

Returns:

  • (String)


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