Class: Aws::KinesisVideo::Types::ResourceEndpointListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ResourceEndpointListItem
- 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
-
#protocol ⇒ String
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint
API. -
#resource_endpoint ⇒ String
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint
API.
Instance Attribute Details
#protocol ⇒ String
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint
API.
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_endpoint ⇒ String
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint
API.
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 |