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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

An endpoint for ingesting source content for a Channel.

Constant Summary collapse

SENSITIVE =
[:password, :username]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The system generated unique identifier for the IngestEndpoint

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
1514
1515
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1508

class IngestEndpoint < Struct.new(
  :id,
  :password,
  :url,
  :username)
  SENSITIVE = [:password, :username]
  include Aws::Structure
end

#passwordString

The system generated password for ingest authentication.

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
1514
1515
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1508

class IngestEndpoint < Struct.new(
  :id,
  :password,
  :url,
  :username)
  SENSITIVE = [:password, :username]
  include Aws::Structure
end

#urlString

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

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
1514
1515
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1508

class IngestEndpoint < Struct.new(
  :id,
  :password,
  :url,
  :username)
  SENSITIVE = [:password, :username]
  include Aws::Structure
end

#usernameString

The system generated username for ingest authentication.

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
1514
1515
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1508

class IngestEndpoint < Struct.new(
  :id,
  :password,
  :url,
  :username)
  SENSITIVE = [:password, :username]
  include Aws::Structure
end