Class: Aws::KinesisVideoMedia::Types::GetMediaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoMedia::Types::GetMediaInput
- Defined in:
- gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_selector ⇒ Types::StartSelector
Identifies the starting chunk to get from the specified stream.
-
#stream_arn ⇒ String
The ARN of the stream from where you want to get the media content.
-
#stream_name ⇒ String
The Kinesis video stream name from where you want to get the media content.
Instance Attribute Details
#start_selector ⇒ Types::StartSelector
Identifies the starting chunk to get from the specified stream.
59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/types.rb', line 59 class GetMediaInput < Struct.new( :stream_name, :stream_arn, :start_selector) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
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.
59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/types.rb', line 59 class GetMediaInput < Struct.new( :stream_name, :stream_arn, :start_selector) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
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.
59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-kinesisvideomedia/lib/aws-sdk-kinesisvideomedia/types.rb', line 59 class GetMediaInput < Struct.new( :stream_name, :stream_arn, :start_selector) SENSITIVE = [] include Aws::Structure end |