Class: Aws::Imagebuilder::Types::WorkflowSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Contains metadata about the workflow resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#change_descriptionString

The change description for the current version of the workflow resource.

Returns:

  • (String)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#date_createdString

The original creation date of the workflow resource.

Returns:

  • (String)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#descriptionString

Describes the workflow.

Returns:

  • (String)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#nameString

The name of the workflow.

Returns:

  • (String)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#ownerString

The owner of the workflow resource.

Returns:

  • (String)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#stateTypes::WorkflowState

Describes the current state of the workflow resource.



8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#tagsHash<String,String>

Contains a list of tags that are defined for the workflow.

Returns:

  • (Hash<String,String>)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

class WorkflowSummary < Struct.new(
  :arn,
  :name,
  :version,
  :description,
  :change_description,
  :type,
  :owner,
  :state,
  :date_created,
  :tags)
  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)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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

#versionString

The version of the workflow.

Returns:

  • (String)


8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8442

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