Class: Aws::ServiceCatalog::Types::ProvisioningArtifactParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisioningArtifactParameter
- 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
-
#default_value ⇒ String
The default value.
-
#description ⇒ String
The description of the parameter.
-
#is_no_echo ⇒ Boolean
If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved.
-
#parameter_constraints ⇒ Types::ParameterConstraints
Constraints that the administrator has put on a parameter.
-
#parameter_key ⇒ String
The parameter key.
-
#parameter_type ⇒ String
The parameter type.
Instance Attribute Details
#default_value ⇒ String
The default value.
5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5122 class ProvisioningArtifactParameter < Struct.new( :parameter_key, :default_value, :parameter_type, :is_no_echo, :description, :parameter_constraints) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the parameter.
5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5122 class ProvisioningArtifactParameter < Struct.new( :parameter_key, :default_value, :parameter_type, :is_no_echo, :description, :parameter_constraints) SENSITIVE = [] include Aws::Structure end |
#is_no_echo ⇒ Boolean
If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.
5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5122 class ProvisioningArtifactParameter < Struct.new( :parameter_key, :default_value, :parameter_type, :is_no_echo, :description, :parameter_constraints) SENSITIVE = [] include Aws::Structure end |
#parameter_constraints ⇒ Types::ParameterConstraints
Constraints that the administrator has put on a parameter.
5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5122 class ProvisioningArtifactParameter < Struct.new( :parameter_key, :default_value, :parameter_type, :is_no_echo, :description, :parameter_constraints) SENSITIVE = [] include Aws::Structure end |
#parameter_key ⇒ String
The parameter key.
5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5122 class ProvisioningArtifactParameter < Struct.new( :parameter_key, :default_value, :parameter_type, :is_no_echo, :description, :parameter_constraints) SENSITIVE = [] include Aws::Structure end |
#parameter_type ⇒ String
The parameter type.
5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5122 class ProvisioningArtifactParameter < Struct.new( :parameter_key, :default_value, :parameter_type, :is_no_echo, :description, :parameter_constraints) SENSITIVE = [] include Aws::Structure end |