Class: Aws::Imagebuilder::Types::ComponentParameter

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 component parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the component parameter to set.

Returns:

  • (String)


428
429
430
431
432
433
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 428

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

#valueArray<String>

Sets the value for the named component parameter.

Returns:

  • (Array<String>)


428
429
430
431
432
433
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 428

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