Class: Aws::MediaLive::Types::InputDestinationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stream_nameString

A unique name for the location the RTMP stream is being pushed to.

Returns:

  • (String)


6469
6470
6471
6472
6473
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6469

class InputDestinationRequest < Struct.new(
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end