Class: Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamPoolSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamPoolSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
A summary of the Kinesis video stream pool.
Constant Summary collapse
- SENSITIVE =
[:pool_arn]
Instance Attribute Summary collapse
-
#pool_arn ⇒ String
The ARN of the video stream pool.
-
#pool_id ⇒ String
The ID of the video stream pool.
-
#pool_name ⇒ String
The name of the video stream pool.
Instance Attribute Details
#pool_arn ⇒ String
The ARN of the video stream pool.
1725 1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1725 class KinesisVideoStreamPoolSummary < Struct.new( :pool_name, :pool_id, :pool_arn) SENSITIVE = [:pool_arn] include Aws::Structure end |
#pool_id ⇒ String
The ID of the video stream pool.
1725 1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1725 class KinesisVideoStreamPoolSummary < Struct.new( :pool_name, :pool_id, :pool_arn) SENSITIVE = [:pool_arn] include Aws::Structure end |
#pool_name ⇒ String
The name of the video stream pool.
1725 1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1725 class KinesisVideoStreamPoolSummary < Struct.new( :pool_name, :pool_id, :pool_arn) SENSITIVE = [:pool_arn] include Aws::Structure end |