Class: Aws::KinesisVideo::Types::ResourceEndpointListItem

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

Overview

An object that describes the endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.

The media server endpoint will correspond to the WEBRTC Protocol.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protocolString

The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1485

class ResourceEndpointListItem < Struct.new(
  :protocol,
  :resource_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#resource_endpointString

The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1485

class ResourceEndpointListItem < Struct.new(
  :protocol,
  :resource_endpoint)
  SENSITIVE = []
  include Aws::Structure
end