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)


5622
5623
5624
5625
5626
5627
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5622

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:



5622
5623
5624
5625
5626
5627
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5622

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