Class: Aws::Imagebuilder::Types::WorkflowParameter

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

Overview

Contains a key/value pair that sets the named workflow parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the workflow parameter to set.

Returns:

  • (String)


8225
8226
8227
8228
8229
8230
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8225

class WorkflowParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueArray<String>

Sets the value for the named workflow parameter.

Returns:

  • (Array<String>)


8225
8226
8227
8228
8229
8230
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8225

class WorkflowParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end