Class: Aws::SWF::Types::UndeprecateWorkflowTypeInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain of the deprecated workflow type.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5663

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

#workflow_typeTypes::WorkflowType

The name of the domain of the deprecated workflow type.

Returns:



5663
5664
5665
5666
5667
5668
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5663

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