You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeWorkflowTypeInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain: "DomainName", # required
  workflow_type: { # required
    name: "Name", # required
    version: "Version", # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

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

Returns:

  • (String)

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

#workflow_typeTypes::WorkflowType

The workflow type to describe.

Returns: