Class: Aws::Chime::Types::ChannelRetentionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelRetentionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of the retention settings for a channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_days ⇒ Integer
The time in days to retain the messages in a channel.
Instance Attribute Details
#retention_days ⇒ Integer
The time in days to retain the messages in a channel.
1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-chime/types.rb', line 1416 class ChannelRetentionSettings < Struct.new( :retention_days) SENSITIVE = [] include Aws::Structure end |