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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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)


1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1739

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