Class: Aws::Imagebuilder::Types::DeleteWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteWorkflowResponse
- Defined in:
- gems/aws-sdk-imagebuilder/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.
2248 2249 2250 2251 2252 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2248 class DeleteWorkflowResponse < Struct.new( :workflow_build_version_arn) SENSITIVE = [] include Aws::Structure end |