Class: Aws::ServiceCatalog::Types::UpdateProvisioningParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateProvisioningParameter
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
The parameter key-value pair used to update a provisioned product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The parameter key.
-
#use_previous_value ⇒ Boolean
If set to true,
Value
is ignored and the previous parameter value is kept. -
#value ⇒ String
The parameter value.
Instance Attribute Details
#key ⇒ String
The parameter key.
7120 7121 7122 7123 7124 7125 7126 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7120 class UpdateProvisioningParameter < Struct.new( :key, :value, :use_previous_value) SENSITIVE = [] include Aws::Structure end |
#use_previous_value ⇒ Boolean
If set to true, Value
is ignored and the previous parameter value
is kept.
7120 7121 7122 7123 7124 7125 7126 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7120 class UpdateProvisioningParameter < Struct.new( :key, :value, :use_previous_value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The parameter value.
7120 7121 7122 7123 7124 7125 7126 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7120 class UpdateProvisioningParameter < Struct.new( :key, :value, :use_previous_value) SENSITIVE = [] include Aws::Structure end |