Class: Aws::CloudFormation::Types::Output
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::Output
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
The Output data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
User defined description associated with the output.
-
#export_name ⇒ String
The name of the export associated with the output.
-
#output_key ⇒ String
The key associated with the output.
-
#output_value ⇒ String
The value associated with the output.
Instance Attribute Details
#description ⇒ String
User defined description associated with the output.
6346 6347 6348 6349 6350 6351 6352 6353 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6346 class Output < Struct.new( :output_key, :output_value, :description, :export_name) SENSITIVE = [] include Aws::Structure end |
#export_name ⇒ String
The name of the export associated with the output.
6346 6347 6348 6349 6350 6351 6352 6353 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6346 class Output < Struct.new( :output_key, :output_value, :description, :export_name) SENSITIVE = [] include Aws::Structure end |
#output_key ⇒ String
The key associated with the output.
6346 6347 6348 6349 6350 6351 6352 6353 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6346 class Output < Struct.new( :output_key, :output_value, :description, :export_name) SENSITIVE = [] include Aws::Structure end |
#output_value ⇒ String
The value associated with the output.
6346 6347 6348 6349 6350 6351 6352 6353 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6346 class Output < Struct.new( :output_key, :output_value, :description, :export_name) SENSITIVE = [] include Aws::Structure end |