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

Class: Aws::CloudFormation::Types::ParameterDeclaration

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

Overview

The ParameterDeclaration data type.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value of the parameter.

Returns:

  • (String)

    The default value of the parameter.

#descriptionString

The description that is associate with the parameter.

Returns:

  • (String)

    The description that is associate with the parameter.

#no_echoBoolean

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

Returns:

  • (Boolean)

    Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

#parameter_constraintsTypes::ParameterConstraints

The criteria that AWS CloudFormation uses to validate parameter values.

Returns:

#parameter_keyString

The name that is associated with the parameter.

Returns:

  • (String)

    The name that is associated with the parameter.

#parameter_typeString

The type of parameter.

Returns:

  • (String)

    The type of parameter.