Class: DescribeWorkflowRuleRequest
workflowservice.v1.DescribeWorkflowRuleRequest
Represents a DescribeWorkflowRuleRequest.
Properties
namespace
• namespace: string
DescribeWorkflowRuleRequest namespace.
ruleId
• ruleId: string
User-specified ID of the rule to read. Unique within the namespace.
Methods
toJSON
▸ toJSON(): Object
Converts this DescribeWorkflowRuleRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): DescribeWorkflowRuleRequest & $Properties
Creates a new DescribeWorkflowRuleRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
DescribeWorkflowRuleRequest & $Properties
DescribeWorkflowRuleRequest instance
▸ create(properties?): DescribeWorkflowRuleRequest
Parameters
| Name | Type |
|---|---|
properties? | $Properties |