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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


2587
2588
2589
2590
2591
2592
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2587

class GetWorkflowRequest < Struct.new(
  :domain_name,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

Unique identifier for the workflow.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2587

class GetWorkflowRequest < Struct.new(
  :domain_name,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end