Class: Aws::KinesisVideo::Types::StreamInfo

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

Overview

An object describing a Kinesis video stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A time stamp that indicates when the stream was created.

Returns:

  • (Time)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#data_retention_in_hoursInteger

How long the stream retains data, in hours.

Returns:

  • (Integer)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The name of the device that is associated with the stream.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The ID of the Key Management Service (KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#media_typeString

The ‘MediaType` of the stream.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the stream.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The Amazon Resource Name (ARN) of the stream.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the stream.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1746

class StreamInfo < Struct.new(
  :device_name,
  :stream_name,
  :stream_arn,
  :media_type,
  :kms_key_id,
  :version,
  :status,
  :creation_time,
  :data_retention_in_hours)
  SENSITIVE = []
  include Aws::Structure
end