Class: Aws::Types::UpdateBridgeOutputResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeOutputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#output ⇒ Types::BridgeOutput
Returns the value of attribute output.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def bridge_arn @bridge_arn end |
#output ⇒ Types::BridgeOutput
Returns the value of attribute output.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def output @output end |