Class: Aws::MediaPackageV2::Types::IngestEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::IngestEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
The ingest domain URL where the source stream should be sent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The system-generated unique identifier for the IngestEndpoint.
-
#url ⇒ String
The ingest domain URL where the source stream should be sent.
Instance Attribute Details
#id ⇒ String
The system-generated unique identifier for the IngestEndpoint.
2364 2365 2366 2367 2368 2369 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2364 class IngestEndpoint < Struct.new( :id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The ingest domain URL where the source stream should be sent.
2364 2365 2366 2367 2368 2369 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2364 class IngestEndpoint < Struct.new( :id, :url) SENSITIVE = [] include Aws::Structure end |