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)


2945
2946
2947
2948
2949
2950
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2945

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)


2945
2946
2947
2948
2949
2950
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2945

class IngestEndpoint < Struct.new(
  :id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end