Class: Aws::MWAAServerless::Types::GetWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::GetWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaaserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow you want to retrieve.
-
#workflow_version ⇒ String
Optional.
Instance Attribute Details
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow you want to retrieve.
444 445 446 447 448 449 |
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 444 class GetWorkflowRequest < Struct.new( :workflow_arn, :workflow_version) SENSITIVE = [] include Aws::Structure end |
#workflow_version ⇒ String
Optional. The specific version of the workflow to retrieve. If not specified, the latest version is returned.
444 445 446 447 448 449 |
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 444 class GetWorkflowRequest < Struct.new( :workflow_arn, :workflow_version) SENSITIVE = [] include Aws::Structure end |