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

Class: Aws::ServiceCatalog::Types::RecordOutput

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

Overview

The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the output.

Returns:

  • (String)

    The description of the output.

#output_keyString

The output key.

Returns:

  • (String)

    The output key.

#output_valueString

The output value.

Returns:

  • (String)

    The output value.