Class: Aws::NovaAct::Types::GetWorkflowDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::GetWorkflowDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow_definition_name ⇒ String
The name of the workflow definition to retrieve.
Instance Attribute Details
#workflow_definition_name ⇒ String
The name of the workflow definition to retrieve.
490 491 492 493 494 |
# File 'lib/aws-sdk-novaact/types.rb', line 490 class GetWorkflowDefinitionRequest < Struct.new( :workflow_definition_name) SENSITIVE = [] include Aws::Structure end |