Class: Aws::Types::UpdateBridgeSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#source ⇒ Types::BridgeSource
Returns the value of attribute source.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def bridge_arn @bridge_arn end |
#source ⇒ Types::BridgeSource
Returns the value of attribute source.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def source @source end |