Class: Aws::MediaConnect::Types::AddBridgeSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddBridgeSourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The Amazon Resource Name (ARN) of the bridge that you want to update.
-
#sources ⇒ Array<Types::AddBridgeSourceRequest>
The sources that you want to add to this bridge.
Instance Attribute Details
#bridge_arn ⇒ String
The Amazon Resource Name (ARN) of the bridge that you want to update.
209 210 211 212 213 214 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 209 class AddBridgeSourcesRequest < Struct.new( :bridge_arn, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::AddBridgeSourceRequest>
The sources that you want to add to this bridge.
209 210 211 212 213 214 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 209 class AddBridgeSourcesRequest < Struct.new( :bridge_arn, :sources) SENSITIVE = [] include Aws::Structure end |