Class: Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamConfigurationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The updated Kinesis video stream configuration object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_retention_in_hours ⇒ Integer
The updated time that data is retained.
Instance Attribute Details
#data_retention_in_hours ⇒ Integer
The updated time that data is retained.
1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1654 class KinesisVideoStreamConfigurationUpdate < Struct.new( :data_retention_in_hours) SENSITIVE = [] include Aws::Structure end |