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

Class: Aws::ServiceCatalog::Types::DescribeRecordOutput

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

Returns:

  • (String)

    The page token to use to retrieve the next set of results.

#record_detailTypes::RecordDetail

Information about the product.

Returns:

#record_outputsArray<Types::RecordOutput>

Information about 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.

Returns:

  • (Array<Types::RecordOutput>)

    Information about the product created as the result of a request.