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

Class: Aws::CloudFormation::Types::TemplateParameter

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

Overview

The TemplateParameter data type.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value associated with the parameter.

Returns:

  • (String)

    The default value associated with the parameter.

#descriptionString

User defined description associated with the parameter.

Returns:

  • (String)

    User defined description associated with the parameter.

#no_echoBoolean

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

Returns:

  • (Boolean)

    Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

#parameter_keyString

The name associated with the parameter.

Returns:

  • (String)

    The name associated with the parameter.