Class: Aws::ServiceCatalog::Types::RecordOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::RecordOutput
- Defined in:
- gems/aws-sdk-servicecatalog/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
-
#description ⇒ String
The description of the output.
-
#output_key ⇒ String
The output key.
-
#output_value ⇒ String
The output value.
Instance Attribute Details
#description ⇒ String
The description of the output.
5574 5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5574 class RecordOutput < Struct.new( :output_key, :output_value, :description) SENSITIVE = [] include Aws::Structure end |
#output_key ⇒ String
The output key.
5574 5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5574 class RecordOutput < Struct.new( :output_key, :output_value, :description) SENSITIVE = [] include Aws::Structure end |
#output_value ⇒ String
The output value.
5574 5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5574 class RecordOutput < Struct.new( :output_key, :output_value, :description) SENSITIVE = [] include Aws::Structure end |