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