Class: Aws::Types::CreateMediaPipelineKinesisVideoStreamPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMediaPipelineKinesisVideoStreamPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
Returns the value of attribute stream_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
236 237 238 |
# File 'sig/types.rbs', line 236 def client_request_token @client_request_token end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
235 236 237 |
# File 'sig/types.rbs', line 235 def pool_name @pool_name end |
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
Returns the value of attribute stream_configuration.
234 235 236 |
# File 'sig/types.rbs', line 234 def stream_configuration @stream_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
237 238 239 |
# File 'sig/types.rbs', line 237 def @tags end |