Class: Aws::MediaConnect::Types::StandardRouterInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StandardRouterInputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_interface_arn ⇒ String
The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
-
#protocol ⇒ String
The protocol used by the standard router input.
-
#protocol_configuration ⇒ Types::RouterInputProtocolConfiguration
The configuration settings for the protocol used by the standard router input.
Instance Attribute Details
#network_interface_arn ⇒ String
The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
7367 7368 7369 7370 7371 7372 7373 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7367 class StandardRouterInputConfiguration < Struct.new( :network_interface_arn, :protocol_configuration, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol used by the standard router input.
7367 7368 7369 7370 7371 7372 7373 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7367 class StandardRouterInputConfiguration < Struct.new( :network_interface_arn, :protocol_configuration, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol_configuration ⇒ Types::RouterInputProtocolConfiguration
The configuration settings for the protocol used by the standard router input.
7367 7368 7369 7370 7371 7372 7373 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7367 class StandardRouterInputConfiguration < Struct.new( :network_interface_arn, :protocol_configuration, :protocol) SENSITIVE = [] include Aws::Structure end |