Class: Aws::MediaLive::Types::InputDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDestinationRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Endpoint settings for a PUSH type input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_name ⇒ String
A unique name for the location the RTMP stream is being pushed to.
Instance Attribute Details
#stream_name ⇒ String
A unique name for the location the RTMP stream is being pushed to.
6350 6351 6352 6353 6354 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6350 class InputDestinationRequest < Struct.new( :stream_name) SENSITIVE = [] include Aws::Structure end |