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

Class: Aws::CloudFormation::Types::Output

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

Overview

The Output data type.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

User defined description associated with the output.

Returns:

  • (String)

    User defined description associated with the output.

#export_nameString

The name of the export associated with the output.

Returns:

  • (String)

    The name of the export associated with the output.

#output_keyString

The key associated with the output.

Returns:

  • (String)

    The key associated with the output.

#output_valueString

The value associated with the output.

Returns:

  • (String)

    The value associated with the output.