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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

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)


2245
2246
2247
2248
2249
2250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2245

class DescribeRecordOutput < Struct.new(
  :record_detail,
  :record_outputs,
  :next_page_token)
  include Aws::Structure
end

#record_detailTypes::RecordDetail

Information about the product.

Returns:



2245
2246
2247
2248
2249
2250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2245

class DescribeRecordOutput < Struct.new(
  :record_detail,
  :record_outputs,
  :next_page_token)
  include Aws::Structure
end

#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:



2245
2246
2247
2248
2249
2250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2245

class DescribeRecordOutput < Struct.new(
  :record_detail,
  :record_outputs,
  :next_page_token)
  include Aws::Structure
end