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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagev2/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)


1690
1691
1692
1693
1694
1695
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1690

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)


1690
1691
1692
1693
1694
1695
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1690

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