Class: Aws::MediaConnect::Types::StandardRouterOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StandardRouterOutputConfiguration
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The configuration settings for a standard router output, 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 output.
-
#protocol ⇒ String
The protocol used by the standard router output.
-
#protocol_configuration ⇒ Types::RouterOutputProtocolConfiguration
The configuration settings for the protocol used by the standard router output.
Instance Attribute Details
#network_interface_arn ⇒ String
The Amazon Resource Name (ARN) of the network interface associated with the standard router output.
7409 7410 7411 7412 7413 7414 7415 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7409 class StandardRouterOutputConfiguration < Struct.new( :network_interface_arn, :protocol_configuration, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol used by the standard router output.
7409 7410 7411 7412 7413 7414 7415 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7409 class StandardRouterOutputConfiguration < Struct.new( :network_interface_arn, :protocol_configuration, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol_configuration ⇒ Types::RouterOutputProtocolConfiguration
The configuration settings for the protocol used by the standard router output.
7409 7410 7411 7412 7413 7414 7415 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7409 class StandardRouterOutputConfiguration < Struct.new( :network_interface_arn, :protocol_configuration, :protocol) SENSITIVE = [] include Aws::Structure end |