Class: Aws::MediaLive::Types::InputDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDestinationRequest
- Includes:
- Structure
- Defined in:
- 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.
6566 6567 6568 6569 6570 |
# File 'lib/aws-sdk-medialive/types.rb', line 6566 class InputDestinationRequest < Struct.new( :stream_name) SENSITIVE = [] include Aws::Structure end |