Class: Aws::Types::UpdateBridgeOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeOutputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#network_output ⇒ Types::UpdateBridgeNetworkOutputRequest
Returns the value of attribute network_output.
-
#output_name ⇒ ::String
Returns the value of attribute output_name.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def bridge_arn @bridge_arn end |
#network_output ⇒ Types::UpdateBridgeNetworkOutputRequest
Returns the value of attribute network_output.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def network_output @network_output end |
#output_name ⇒ ::String
Returns the value of attribute output_name.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def output_name @output_name end |