Class: Aws::Chime::Types::ConversationRetentionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ConversationRetentionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The retention settings that determine how long to retain conversation messages for an Amazon Chime Enterprise account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_days ⇒ Integer
The number of days for which to retain conversation messages.
Instance Attribute Details
#retention_days ⇒ Integer
The number of days for which to retain conversation messages.
1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-chime/types.rb', line 1528 class ConversationRetentionSettings < Struct.new( :retention_days) SENSITIVE = [] include Aws::Structure end |