Class: Aws::KinesisVideo::Types::GetDataEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::GetDataEndpointOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_endpoint ⇒ String
The endpoint value.
Instance Attribute Details
#data_endpoint ⇒ String
The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
770 771 772 773 774 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 770 class GetDataEndpointOutput < Struct.new( :data_endpoint) SENSITIVE = [] include Aws::Structure end |