Class: Aws::Imagebuilder::Types::GetWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow resource that you want to get.
Instance Attribute Details
#workflow_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow resource that you want to get.
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 |