Class: Aws::Types::AddBridgeSourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeSourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#sources ⇒ ::Array[Types::BridgeSource]
Returns the value of attribute sources.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def bridge_arn @bridge_arn end |
#sources ⇒ ::Array[Types::BridgeSource]
Returns the value of attribute sources.
69 70 71 |
# File 'sig/types.rbs', line 69 def sources @sources end |