Class: Aws::MediaConnect::Types::UpdateBridgeNetworkOutputRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Update an existing network output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

The network output IP Address.

Returns:

  • (String)


4270
4271
4272
4273
4274
4275
4276
4277
4278
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4270

class UpdateBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#network_nameString

The network output’s gateway network name.

Returns:

  • (String)


4270
4271
4272
4273
4274
4275
4276
4277
4278
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4270

class UpdateBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The network output port.

Returns:

  • (Integer)


4270
4271
4272
4273
4274
4275
4276
4277
4278
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4270

class UpdateBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The network output protocol.

Returns:

  • (String)


4270
4271
4272
4273
4274
4275
4276
4277
4278
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4270

class UpdateBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#ttlInteger

The network output TTL.

Returns:

  • (Integer)


4270
4271
4272
4273
4274
4275
4276
4277
4278
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4270

class UpdateBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end