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)


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_idString

Unique identifier for the workflow.

Returns:

  • (String)


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