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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8491

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)


8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8491

class WorkflowVersion < Struct.new(
  :arn,
  :name,
  :version,
  :description,
  :type,
  :owner,
  :date_created)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Describes the workflow.

Returns:

  • (String)


8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8491

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)


8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8491

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)


8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8491

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)


8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8491

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: <major>.<minor>.<patch>.

Returns:

  • (String)


8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8491

class WorkflowVersion < Struct.new(
  :arn,
  :name,
  :version,
  :description,
  :type,
  :owner,
  :date_created)
  SENSITIVE = []
  include Aws::Structure
end