Class: Aws::MediaLive::Types::MulticastSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MulticastSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Pair of multicast url and source ip address (optional) that make up a multicast source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_ip ⇒ String
This represents the ip address of the device sending the multicast stream.
-
#url ⇒ String
This represents the customer’s source URL where multicast stream is pulled from.
Instance Attribute Details
#source_ip ⇒ String
This represents the ip address of the device sending the multicast stream.
19877 19878 19879 19880 19881 19882 |
# File 'lib/aws-sdk-medialive/types.rb', line 19877 class MulticastSource < Struct.new( :source_ip, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
This represents the customer’s source URL where multicast stream is pulled from.
19877 19878 19879 19880 19881 19882 |
# File 'lib/aws-sdk-medialive/types.rb', line 19877 class MulticastSource < Struct.new( :source_ip, :url) SENSITIVE = [] include Aws::Structure end |