Class: Aws::MediaPackageV2::Types::IngestEndpoint

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The system-generated unique identifier for the IngestEndpoint.

Returns:

  • (String)


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

#urlString

The ingest domain URL where the source stream should be sent.

Returns:

  • (String)


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