Class: Aws::Types::RemoveBridgeOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveBridgeOutputRequest
- 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.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def bridge_arn @bridge_arn end |
#output_name ⇒ ::String
Returns the value of attribute output_name.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def output_name @output_name end |