Class: Aws::Types::UpdateMediaPipelineKinesisVideoStreamPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMediaPipelineKinesisVideoStreamPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#stream_configuration ⇒ Types::KinesisVideoStreamConfigurationUpdate
Returns the value of attribute stream_configuration.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
914 915 916 |
# File 'sig/types.rbs', line 914 def identifier @identifier end |
#stream_configuration ⇒ Types::KinesisVideoStreamConfigurationUpdate
Returns the value of attribute stream_configuration.
915 916 917 |
# File 'sig/types.rbs', line 915 def stream_configuration @stream_configuration end |