Class: Aws::MediaConnect::Types::StandardRouterOutputStreamDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StandardRouterOutputStreamDetails
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Configuration details for a standard router output stream type. Contains information about the destination IP address and connection state for basic output routing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_ip_address ⇒ String
The IP address where the output stream will be sent.
Instance Attribute Details
#destination_ip_address ⇒ String
The IP address where the output stream will be sent. This is the destination address that will receive the routed media content.
7428 7429 7430 7431 7432 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7428 class StandardRouterOutputStreamDetails < Struct.new( :destination_ip_address) SENSITIVE = [] include Aws::Structure end |