Class: Aws::ServiceCatalog::Types::UpdateProvisioningParameter

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

Instance Attribute Details

#keyString

The parameter key.

Returns:

  • (String)


7070
7071
7072
7073
7074
7075
7076
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7070

class UpdateProvisioningParameter < Struct.new(
  :key,
  :value,
  :use_previous_value)
  SENSITIVE = []
  include Aws::Structure
end

#use_previous_valueBoolean

If set to true, ‘Value` is ignored and the previous parameter value is kept.

Returns:

  • (Boolean)


7070
7071
7072
7073
7074
7075
7076
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7070

class UpdateProvisioningParameter < Struct.new(
  :key,
  :value,
  :use_previous_value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The parameter value.

Returns:

  • (String)


7070
7071
7072
7073
7074
7075
7076
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7070

class UpdateProvisioningParameter < Struct.new(
  :key,
  :value,
  :use_previous_value)
  SENSITIVE = []
  include Aws::Structure
end