Class: Aws::Imagebuilder::Types::WorkflowVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::WorkflowVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Contains details about this version of the workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the workflow resource.
-
#date_created ⇒ String
The timestamp when Image Builder created the workflow version.
-
#description ⇒ String
Describes the workflow.
-
#name ⇒ String
The name of the workflow.
-
#owner ⇒ String
The owner of the workflow resource.
-
#type ⇒ String
The image creation stage that this workflow applies to.
-
#version ⇒ String
The semantic version of the workflow resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the workflow resource.
8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8570 class WorkflowVersion < Struct.new( :arn, :name, :version, :description, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The timestamp when Image Builder created the workflow version.
8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8570 class WorkflowVersion < Struct.new( :arn, :name, :version, :description, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Describes the workflow.
8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8570 class WorkflowVersion < Struct.new( :arn, :name, :version, :description, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workflow.
8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8570 class WorkflowVersion < Struct.new( :arn, :name, :version, :description, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the workflow resource.
8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8570 class WorkflowVersion < Struct.new( :arn, :name, :version, :description, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.
8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8570 class WorkflowVersion < Struct.new( :arn, :name, :version, :description, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The semantic version of the workflow resource. The format includes three nodes: <major>.<minor>.<patch>.
8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8570 class WorkflowVersion < Struct.new( :arn, :name, :version, :description, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |