Class: Aws::Types::AddBridgeSourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeSourcesRequest
- 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::AddBridgeSourceRequest]
Returns the value of attribute sources.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def bridge_arn @bridge_arn end |
#sources ⇒ ::Array[Types::AddBridgeSourceRequest]
Returns the value of attribute sources.
63 64 65 |
# File 'sig/types.rbs', line 63 def sources @sources end |