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.
4356 4357 4358 4359 4360 4361 4362 4363 4364 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4356 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.
4356 4357 4358 4359 4360 4361 4362 4363 4364 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4356 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output port.
4356 4357 4358 4359 4360 4361 4362 4363 4364 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4356 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network output protocol.
4356 4357 4358 4359 4360 4361 4362 4363 4364 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4356 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
4356 4357 4358 4359 4360 4361 4362 4363 4364 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4356 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |