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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass InputDestinationRequest data as a hash:

{
  stream_name: "__string",
}

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)


9912
9913
9914
9915
9916
# File 'lib/aws-sdk-medialive/types.rb', line 9912

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