Class: Aws::Types::AddBridgeOutputsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeOutputsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#outputs ⇒ ::Array[Types::BridgeOutput]
Returns the value of attribute outputs.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
50 51 52 |
# File 'sig/types.rbs', line 50 def bridge_arn @bridge_arn end |
#outputs ⇒ ::Array[Types::BridgeOutput]
Returns the value of attribute outputs.
51 52 53 |
# File 'sig/types.rbs', line 51 def outputs @outputs end |