Class: Aws::MediaLive::Types::ChannelEgressEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ChannelEgressEndpoint
- Includes:
- Structure
- Defined in:
- 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
1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-medialive/types.rb', line 1918 class ChannelEgressEndpoint < Struct.new( :source_ip) SENSITIVE = [] include Aws::Structure end |