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

Class: Aws::MediaLive::Types::DescribeInputResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)

#attached_channelsArray<String>

Returns:

  • (Array<String>)

#destinationsArray<Types::InputDestination>

Returns:

#idString

Returns:

  • (String)

#input_classString

A standard input has two sources and a single pipeline input only has one.

Possible values:

  • STANDARD
  • SINGLE_PIPELINE

Returns:

  • (String)

    A standard input has two sources and a single pipeline input only has one.

#input_devicesArray<Types::InputDeviceSettings>

Returns:

#input_source_typeString

There are two types of input sources, static and dynamic. If an input source is dynamic you can change the source url of the input dynamically using an input switch action. However, the only input type to support a dynamic url at this time is MP4_FILE. By default all input sources are static.

Possible values:

  • STATIC
  • DYNAMIC

Returns:

  • (String)

    There are two types of input sources, static and dynamic.

#media_connect_flowsArray<Types::MediaConnectFlow>

Returns:

#nameString

Returns:

  • (String)

#role_arnString

Returns:

  • (String)

#security_groupsArray<String>

Returns:

  • (Array<String>)

#sourcesArray<Types::InputSource>

Returns:

#stateString

Possible values:

  • CREATING
  • DETACHED
  • ATTACHED
  • DELETING
  • DELETED

Returns:

  • (String)

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)

#typeString

Possible values:

  • UDP_PUSH
  • RTP_PUSH
  • RTMP_PUSH
  • RTMP_PULL
  • URL_PULL
  • MP4_FILE
  • MEDIACONNECT
  • INPUT_DEVICE
  • AWS_CDI

Returns:

  • (String)