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.
3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3019 class IngestEndpoint < Struct.new( :id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The ingest domain URL where the source stream should be sent.
3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3019 class IngestEndpoint < Struct.new( :id, :url) SENSITIVE = [] include Aws::Structure end |