Class: Aws::IVSRealTime::Types::StageEndpoints

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Summary information about various endpoints for a stage. We recommend that you cache these values at stage creation; the values can be cached for up to 14 days.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsString

Events endpoint.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2317

class StageEndpoints < Struct.new(
  :events,
  :whip,
  :rtmp,
  :rtmps)
  SENSITIVE = []
  include Aws::Structure
end

#rtmpString

The endpoint to be used for IVS real-time streaming using the RTMP protocol.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2317

class StageEndpoints < Struct.new(
  :events,
  :whip,
  :rtmp,
  :rtmps)
  SENSITIVE = []
  include Aws::Structure
end

#rtmpsString

The endpoint to be used for IVS real-time streaming using the RTMPS protocol.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2317

class StageEndpoints < Struct.new(
  :events,
  :whip,
  :rtmp,
  :rtmps)
  SENSITIVE = []
  include Aws::Structure
end

#whipString

The endpoint to be used for IVS real-time streaming using the WHIP protocol.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2317

class StageEndpoints < Struct.new(
  :events,
  :whip,
  :rtmp,
  :rtmps)
  SENSITIVE = []
  include Aws::Structure
end