Class: Aws::KinesisVideo::Types::GetDataEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::GetDataEndpointInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_name ⇒ String
The name of the API action for which to get an endpoint.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for.
-
#stream_name ⇒ String
The name of the stream that you want to get the endpoint for.
Instance Attribute Details
#api_name ⇒ String
The name of the API action for which to get an endpoint.
755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 755 class GetDataEndpointInput < Struct.new( :stream_name, :stream_arn, :api_name) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a ‘StreamName` in the request.
755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 755 class GetDataEndpointInput < Struct.new( :stream_name, :stream_arn, :api_name) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream that you want to get the endpoint for. You must specify either this parameter or a ‘StreamARN` in the request.
755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 755 class GetDataEndpointInput < Struct.new( :stream_name, :stream_arn, :api_name) SENSITIVE = [] include Aws::Structure end |