Class: Aws::Imagebuilder::Types::GetWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow ⇒ Types::Workflow
The workflow resource specified in the request.
Instance Attribute Details
#workflow ⇒ Types::Workflow
The workflow resource specified in the request.
3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3118 class GetWorkflowResponse < Struct.new( :workflow) SENSITIVE = [] include Aws::Structure end |