You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisVideo::Types::StreamInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::StreamInfo
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A time stamp that indicates when the stream was created.
-
#data_retention_in_hours ⇒ Integer
How long the stream retains data, in hours.
-
#device_name ⇒ String
The name of the device that is associated with the stream.
-
#kms_key_id ⇒ String
The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
-
#media_type ⇒ String
The
MediaType
of the stream. -
#status ⇒ String
The status of the stream.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream.
-
#stream_name ⇒ String
The name of the stream.
-
#version ⇒ String
The version of the stream.
Instance Attribute Details
#creation_time ⇒ Time
A time stamp that indicates when the stream was created.
#data_retention_in_hours ⇒ Integer
How long the stream retains data, in hours.
#device_name ⇒ String
The name of the device that is associated with the stream.
#kms_key_id ⇒ String
The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
#media_type ⇒ String
The MediaType
of the stream.
#status ⇒ String
The status of the stream.
Possible values:
- CREATING
- ACTIVE
- UPDATING
- DELETING
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream.
#stream_name ⇒ String
The name of the stream.
#version ⇒ String
The version of the stream.