Class: Aws::Imagebuilder::Types::DeleteWorkflowResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_build_version_arnString

The ARN of the workflow resource that this request deleted.

Returns:

  • (String)


2248
2249
2250
2251
2252
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2248

class DeleteWorkflowResponse < Struct.new(
  :workflow_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end