Class: Aws::MediaLive::Types::MulticastSourceCreateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MulticastSourceCreateRequest
- 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.
19899 19900 19901 19902 19903 19904 |
# File 'lib/aws-sdk-medialive/types.rb', line 19899 class MulticastSourceCreateRequest < 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.
19899 19900 19901 19902 19903 19904 |
# File 'lib/aws-sdk-medialive/types.rb', line 19899 class MulticastSourceCreateRequest < Struct.new( :source_ip, :url) SENSITIVE = [] include Aws::Structure end |