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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



477
478
479
480
481
482
# File 'lib/aws-sdk-imagebuilder/types.rb', line 477

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

#valueArray<String>

Sets the value for the named component parameter.



477
478
479
480
481
482
# File 'lib/aws-sdk-imagebuilder/types.rb', line 477

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