Class: Aws::KinesisVideo::Types::GetDataEndpointInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_nameString

The name of the API action for which to get an endpoint.

Returns:

  • (String)


755
756
757
758
759
760
761
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 755

class GetDataEndpointInput < Struct.new(
  :stream_name,
  :stream_arn,
  :api_name)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

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.

Returns:

  • (String)


755
756
757
758
759
760
761
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 755

class GetDataEndpointInput < Struct.new(
  :stream_name,
  :stream_arn,
  :api_name)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

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.

Returns:

  • (String)


755
756
757
758
759
760
761
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 755

class GetDataEndpointInput < Struct.new(
  :stream_name,
  :stream_arn,
  :api_name)
  SENSITIVE = []
  include Aws::Structure
end