You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a parameter used to provision a product.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value.

Returns:

  • (String)

    The default value.

#descriptionString

The description of the parameter.

Returns:

  • (String)

    The description of the parameter.

#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)

    If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved.

#parameter_constraintsTypes::ParameterConstraints

Constraints that the administrator has put on a parameter.

Returns:

#parameter_keyString

The parameter key.

Returns:

  • (String)

    The parameter key.

#parameter_typeString

The parameter type.

Returns:

  • (String)

    The parameter type.