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

Class: Aws::CloudFormation::Types::Export

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

Overview

The Export structure describes the exported output values for a stack.

Instance Attribute Summary collapse

Instance Attribute Details

#exporting_stack_idString

The stack that contains the exported output name and value.

Returns:

  • (String)

    The stack that contains the exported output name and value.

#nameString

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack\'s Outputs section.

Returns:

  • (String)

    The name of exported output value.

#valueString

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack\'s Outputs section.

Returns:

  • (String)

    The value of the exported output, such as a resource physical ID.