Class: Aws::SWF::Types::DeprecateWorkflowTypeInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain in which the workflow type is registered.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
# File 'lib/aws-sdk-swf/types.rb', line 1829

class DeprecateWorkflowTypeInput < Struct.new(
  :domain,
  :workflow_type)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_typeTypes::WorkflowType

The workflow type to deprecate.

Returns:



1829
1830
1831
1832
1833
1834
# File 'lib/aws-sdk-swf/types.rb', line 1829

class DeprecateWorkflowTypeInput < Struct.new(
  :domain,
  :workflow_type)
  SENSITIVE = []
  include Aws::Structure
end