Class: Aws::Types::AddBridgeOutputsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeOutputsRequest
- 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::AddBridgeOutputRequest]
Returns the value of attribute outputs.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
44 45 46 |
# File 'sig/types.rbs', line 44 def bridge_arn @bridge_arn end |
#outputs ⇒ ::Array[Types::AddBridgeOutputRequest]
Returns the value of attribute outputs.
45 46 47 |
# File 'sig/types.rbs', line 45 def outputs @outputs end |