Class: Aws::Types::AwsCloudFormationStackOutputsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudFormationStackOutputsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#output_key ⇒ ::String
Returns the value of attribute output_key.
-
#output_value ⇒ ::String
Returns the value of attribute output_value.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
887 888 889 |
# File 'sig/types.rbs', line 887 def description @description end |
#output_key ⇒ ::String
Returns the value of attribute output_key.
888 889 890 |
# File 'sig/types.rbs', line 888 def output_key @output_key end |
#output_value ⇒ ::String
Returns the value of attribute output_value.
889 890 891 |
# File 'sig/types.rbs', line 889 def output_value @output_value end |