Class: Aws::Imagebuilder::Types::GetWorkflowRequest

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 Amazon Resource Name (ARN) of the workflow resource that you want to get.

Returns:

  • (String)


3106
3107
3108
3109
3110
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3106

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