Class: Aws::MediaLive::Types::ChannelEgressEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ChannelEgressEndpoint
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_ip ⇒ String
Public IP of where a channel's output comes from.
Instance Attribute Details
#source_ip ⇒ String
Public IP of where a channel's output comes from
1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1923 class ChannelEgressEndpoint < Struct.new( :source_ip) SENSITIVE = [] include Aws::Structure end |