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)


5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5144

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

#valueString

The parameter value.

Returns:

  • (String)


5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5144

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