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
1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1947 class ChannelEgressEndpoint < Struct.new( :source_ip) SENSITIVE = [] include Aws::Structure end |