Class: Aws::ChimeSDKMediaPipelines::Types::CreateMediaPipelineKinesisVideoStreamPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::CreateMediaPipelineKinesisVideoStreamPoolRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_request_token]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The token assigned to the client making the request.
-
#pool_name ⇒ String
The name of the pool.
-
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
The configuration settings for the stream.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the stream pool.
Instance Attribute Details
#client_request_token ⇒ String
The token assigned to the client making the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1112 class CreateMediaPipelineKinesisVideoStreamPoolRequest < Struct.new( :stream_configuration, :pool_name, :client_request_token, :tags) SENSITIVE = [:client_request_token] include Aws::Structure end |
#pool_name ⇒ String
The name of the pool.
1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1112 class CreateMediaPipelineKinesisVideoStreamPoolRequest < Struct.new( :stream_configuration, :pool_name, :client_request_token, :tags) SENSITIVE = [:client_request_token] include Aws::Structure end |
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
The configuration settings for the stream.
1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1112 class CreateMediaPipelineKinesisVideoStreamPoolRequest < Struct.new( :stream_configuration, :pool_name, :client_request_token, :tags) SENSITIVE = [:client_request_token] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the stream pool.
1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1112 class CreateMediaPipelineKinesisVideoStreamPoolRequest < Struct.new( :stream_configuration, :pool_name, :client_request_token, :tags) SENSITIVE = [:client_request_token] include Aws::Structure end |