Class: Aws::ServiceCatalog::Types::ProvisioningParameter

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a parameter used to provision a product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The parameter key.

Returns:

  • (String)


5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5254

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

#valueString

The parameter value.

Returns:

  • (String)


5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5254

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