Method: Aws::SWF::Types::UndeprecateWorkflowTypeInput#domain
- Defined in:
- lib/aws-sdk-swf/types.rb
#domain ⇒ String
The name of the domain of the deprecated workflow type.
5663 5664 5665 5666 5667 5668 |
# File 'lib/aws-sdk-swf/types.rb', line 5663 class UndeprecateWorkflowTypeInput < Struct.new( :domain, :workflow_type) SENSITIVE = [] include Aws::Structure end |