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

#arn ⇒ String

Returns:

  • (String)

#attached_channels ⇒ Array<String>

Returns:

  • (Array<String>)

#destinations ⇒ Array<Types::InputDestination>

Returns:

#id ⇒ String

Returns:

  • (String)

#input_class ⇒ String

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_devices ⇒ Array<Types::InputDeviceSettings>

Returns:

#input_source_type ⇒ String

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_flows ⇒ Array<Types::MediaConnectFlow>

Returns:

#name ⇒ String

Returns:

  • (String)

#role_arn ⇒ String

Returns:

  • (String)

#security_groups ⇒ Array<String>

Returns:

  • (Array<String>)

#sources ⇒ Array<Types::InputSource>

Returns:

#state ⇒ String

Possible values:

  • CREATING
  • DETACHED
  • ATTACHED
  • DELETING
  • DELETED

Returns:

  • (String)

#tags ⇒ Hash<String,String>

Returns:

  • (Hash<String,String>)

#type ⇒ String

Possible values:

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

Returns:

  • (String)