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

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

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)


4921
4922
4923
4924
4925
4926
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4921

class RecordOutput < Struct.new(
  :output_key,
  :output_value,
  :description)
  include Aws::Structure
end

#output_keyString

The output key.

Returns:

  • (String)


4921
4922
4923
4924
4925
4926
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4921

class RecordOutput < Struct.new(
  :output_key,
  :output_value,
  :description)
  include Aws::Structure
end

#output_valueString

The output value.

Returns:

  • (String)


4921
4922
4923
4924
4925
4926
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4921

class RecordOutput < Struct.new(
  :output_key,
  :output_value,
  :description)
  include Aws::Structure
end