Class: Aws::Imagebuilder::Types::WorkflowVersion

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the workflow resource.

Returns:

  • (String)


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_createdString

The timestamp when Image Builder created the workflow version.

Returns:

  • (String)


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

#descriptionString

Describes the workflow.

Returns:

  • (String)


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

#nameString

The name of the workflow.

Returns:

  • (String)


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

#ownerString

The owner of the workflow resource.

Returns:

  • (String)


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

#typeString

The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.

Returns:

  • (String)


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

#versionString

The semantic version of the workflow resource. The format includes three nodes: &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;.

Returns:

  • (String)


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