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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


3096
3097
3098
3099
3100
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3096

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