Class: Aws::Types::RemoveBridgeOutputResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveBridgeOutputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#output_name ⇒ ::String
Returns the value of attribute output_name.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def bridge_arn @bridge_arn end |
#output_name ⇒ ::String
Returns the value of attribute output_name.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def output_name @output_name end |