Class: Aws::MediaConnect::Types::UpdateBridgeNetworkOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeNetworkOutputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Update an existing network output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ String
The network output IP Address.
-
#network_name ⇒ String
The network output’s gateway network name.
-
#port ⇒ Integer
The network output port.
-
#protocol ⇒ String
The network output protocol.
-
#ttl ⇒ Integer
The network output TTL.
Instance Attribute Details
#ip_address ⇒ String
The network output IP Address.
4379 4380 4381 4382 4383 4384 4385 4386 4387 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4379 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#network_name ⇒ String
The network output’s gateway network name.
4379 4380 4381 4382 4383 4384 4385 4386 4387 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4379 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output port.
4379 4380 4381 4382 4383 4384 4385 4386 4387 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4379 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network output protocol.
4379 4380 4381 4382 4383 4384 4385 4386 4387 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4379 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
4379 4380 4381 4382 4383 4384 4385 4386 4387 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4379 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |