Class: Aws::Imagebuilder::Types::DeleteWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow_build_version_arn ⇒ String
The ARN of the workflow resource that this request deleted.
Instance Attribute Details
#workflow_build_version_arn ⇒ String
The ARN of the workflow resource that this request deleted.
2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2258 class DeleteWorkflowResponse < Struct.new( :workflow_build_version_arn) SENSITIVE = [] include Aws::Structure end |