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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the output.

Returns:

  • (String)


5536
5537
5538
5539
5540
5541
5542
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5536

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

#output_keyString

The output key.

Returns:

  • (String)


5536
5537
5538
5539
5540
5541
5542
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5536

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

#output_valueString

The output value.

Returns:

  • (String)


5536
5537
5538
5539
5540
5541
5542
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5536

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