Class: Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamPoolConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamPoolConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The video stream pool configuration object.
Constant Summary collapse
- SENSITIVE =
[:pool_arn]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time at which the configuration was created.
-
#pool_arn ⇒ String
The ARN of the video stream pool configuration.
-
#pool_id ⇒ String
The ID of the video stream pool in the configuration.
-
#pool_name ⇒ String
The name of the video stream pool configuration.
-
#pool_size ⇒ Integer
The size of the video stream pool in the configuration.
-
#pool_status ⇒ String
The status of the video stream pool in the configuration.
-
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
The Kinesis video stream pool configuration object.
-
#updated_timestamp ⇒ Time
The time at which the configuration was updated.
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which the configuration was created.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |
#pool_arn ⇒ String
The ARN of the video stream pool configuration.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |
#pool_id ⇒ String
The ID of the video stream pool in the configuration.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |
#pool_name ⇒ String
The name of the video stream pool configuration.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |
#pool_size ⇒ Integer
The size of the video stream pool in the configuration.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |
#pool_status ⇒ String
The status of the video stream pool in the configuration.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
The Kinesis video stream pool configuration object.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |
#updated_timestamp ⇒ Time
The time at which the configuration was updated.
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1696 class KinesisVideoStreamPoolConfiguration < Struct.new( :pool_arn, :pool_name, :pool_id, :pool_status, :pool_size, :stream_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:pool_arn] include Aws::Structure end |