Class: Aws::MediaPackage::Types::IngestEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::IngestEndpoint
- Includes:
- Structure
- Defined in:
- 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
-
#id ⇒ String
The system generated unique identifier for the IngestEndpoint.
-
#password ⇒ String
The system generated password for ingest authentication.
-
#url ⇒ String
The ingest URL to which the source stream should be sent.
-
#username ⇒ String
The system generated username for ingest authentication.
Instance Attribute Details
#id ⇒ String
The system generated unique identifier for the IngestEndpoint
1508 1509 1510 1511 1512 1513 1514 1515 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1508 class IngestEndpoint < Struct.new( :id, :password, :url, :username) SENSITIVE = [:password, :username] include Aws::Structure end |
#password ⇒ String
The system generated password for ingest authentication.
1508 1509 1510 1511 1512 1513 1514 1515 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1508 class IngestEndpoint < Struct.new( :id, :password, :url, :username) SENSITIVE = [:password, :username] include Aws::Structure end |
#url ⇒ String
The ingest URL to which the source stream should be sent.
1508 1509 1510 1511 1512 1513 1514 1515 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1508 class IngestEndpoint < Struct.new( :id, :password, :url, :username) SENSITIVE = [:password, :username] include Aws::Structure end |
#username ⇒ String
The system generated username for ingest authentication.
1508 1509 1510 1511 1512 1513 1514 1515 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1508 class IngestEndpoint < Struct.new( :id, :password, :url, :username) SENSITIVE = [:password, :username] include Aws::Structure end |