Class: Aws::KinesisVideoMedia::Types::GetMediaInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideomedia/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#start_selectorTypes::StartSelector

Identifies the starting chunk to get from the specified stream.



59
60
61
62
63
64
65
# File 'lib/aws-sdk-kinesisvideomedia/types.rb', line 59

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

#stream_arnString

The ARN of the stream from where you want to get the media content. If you don’t specify the ‘streamARN`, you must specify the `streamName`.

Returns:

  • (String)


59
60
61
62
63
64
65
# File 'lib/aws-sdk-kinesisvideomedia/types.rb', line 59

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

#stream_nameString

The Kinesis video stream name from where you want to get the media content. If you don’t specify the ‘streamName`, you must specify the `streamARN`.

Returns:

  • (String)


59
60
61
62
63
64
65
# File 'lib/aws-sdk-kinesisvideomedia/types.rb', line 59

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