Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ServiceCatalog::Types::ProvisioningArtifactParameter

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

#default_valueString

The default value.

Returns:

  • (String)

5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/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

#descriptionString

The description of the parameter.

Returns:

  • (String)

5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/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_echoBoolean

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.

Returns:

  • (Boolean)

5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/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_constraintsTypes::ParameterConstraints

Constraints that the administrator has put on a parameter.


5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/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_keyString

The parameter key.

Returns:

  • (String)

5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/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_typeString

The parameter type.

Returns:

  • (String)

5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/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