You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::OutputDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OutputDestinationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  password_param: "__string",
  stream_name: "__string",
  url: "__string",
  username: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#password_paramString

key used to extract the password from EC2 Parameter store

Returns:

  • (String)

    key used to extract the password from EC2 Parameter store.

#stream_nameString

Stream name for RTMP destinations (URLs of type rtmp://)

Returns:

  • (String)

    Stream name for RTMP destinations (URLs of type rtmp://).

#urlString

A URL specifying a destination

Returns:

  • (String)

    A URL specifying a destination.

#usernameString

username for destination

Returns:

  • (String)

    username for destination.