Class: Aws::ServiceCatalog::Types::ProvisioningArtifactParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisioningArtifactParameter
- 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
-
#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.
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5617 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.
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5617 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.
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5617 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.
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5617 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.
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5617 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.
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5617 class ProvisioningArtifactParameter < Struct.new( :parameter_key, :default_value, :parameter_type, :is_no_echo, :description, :parameter_constraints) SENSITIVE = [] include Aws::Structure end |