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_arn ⇒ String

The Amazon Resource Name (ARN) of the workflow resource that you want to get. You can specify a build version ARN, or a version ARN with or without wildcards (x) in its version segments. Image Builder resolves version and wildcard ARNs to the most recent matching build version.

Returns:

  • (String)


3866
3867
3868
3869
3870
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3866

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