Class: Aws::ServiceCatalog::Types::ProvisioningParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisioningParameter
- 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
-
#key ⇒ String
The parameter key.
-
#value ⇒ String
The parameter value.
Instance Attribute Details
#key ⇒ String
The parameter key.
5304 5305 5306 5307 5308 5309 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5304 class ProvisioningParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The parameter value.
5304 5305 5306 5307 5308 5309 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5304 class ProvisioningParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |