Class: Aws::SWF::Types::DescribeWorkflowTypeInput

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 in which this workflow type is registered.

Returns:

  • (String)


1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1886

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

#workflow_typeTypes::WorkflowType

The workflow type to describe.

Returns:



1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1886

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