Class: Aws::MediaConnect::Types::UpdateGatewayBridgeSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateGatewayBridgeSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The source configuration for cloud flows receiving a stream from a bridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The ARN of the bridge feeding this flow.
-
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
Instance Attribute Details
#bridge_arn ⇒ String
The ARN of the bridge feeding this flow.
5151 5152 5153 5154 5155 5156 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5151 class UpdateGatewayBridgeSourceRequest < Struct.new( :bridge_arn, :vpc_interface_attachment) SENSITIVE = [] include Aws::Structure end |
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
5151 5152 5153 5154 5155 5156 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5151 class UpdateGatewayBridgeSourceRequest < Struct.new( :bridge_arn, :vpc_interface_attachment) SENSITIVE = [] include Aws::Structure end |