Class: Aws::Imagebuilder::Types::ComponentParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ComponentParameter
- 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
-
#name ⇒ String
The name of the component parameter to set.
-
#value ⇒ Array<String>
Sets the value for the named component parameter.
Instance Attribute Details
#name ⇒ String
The name of the component parameter to set.
428 429 430 431 432 433 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 428 class ComponentParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
Sets the value for the named component parameter.
428 429 430 431 432 433 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 428 class ComponentParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |