Class: Aws::MWAAServerless::Types::DeleteWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::DeleteWorkflowResponse
- 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 deleted workflow.
-
#workflow_version ⇒ String
The version of the workflow that was deleted.
Instance Attribute Details
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted workflow.
282 283 284 285 286 287 |
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 282 class DeleteWorkflowResponse < Struct.new( :workflow_arn, :workflow_version) SENSITIVE = [] include Aws::Structure end |
#workflow_version ⇒ String
The version of the workflow that was deleted.
282 283 284 285 286 287 |
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 282 class DeleteWorkflowResponse < Struct.new( :workflow_arn, :workflow_version) SENSITIVE = [] include Aws::Structure end |