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

Class: Aws::MediaPackage::Types::IngestEndpoint

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

Overview

An endpoint for ingesting source content for a Channel.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The system generated unique identifier for the IngestEndpoint

Returns:

  • (String)

    The system generated unique identifier for the IngestEndpoint.

#passwordString

The system generated password for ingest authentication.

Returns:

  • (String)

    The system generated password for ingest authentication.

#urlString

The ingest URL to which the source stream should be sent.

Returns:

  • (String)

    The ingest URL to which the source stream should be sent.

#usernameString

The system generated username for ingest authentication.

Returns:

  • (String)

    The system generated username for ingest authentication.