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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


5304
5305
5306
5307
5308
5309
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5304

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

#valueString

The parameter value.

Returns:

  • (String)


5304
5305
5306
5307
5308
5309
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5304

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