Class: Aws::ChimeSDKIdentity::Types::ChannelRetentionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::ChannelRetentionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/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.
400 401 402 403 404 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 400 class ChannelRetentionSettings < Struct.new( :retention_days) SENSITIVE = [] include Aws::Structure end |