Class: Aws::Types::Output
- Inherits:
-
Object
- Object
- Aws::Types::Output
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#export_name ⇒ ::String
Returns the value of attribute export_name.
-
#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.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def description @description end |
#export_name ⇒ ::String
Returns the value of attribute export_name.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def export_name @export_name end |
#output_key ⇒ ::String
Returns the value of attribute output_key.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def output_key @output_key end |
#output_value ⇒ ::String
Returns the value of attribute output_value.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def output_value @output_value end |