Class: Aws::Chime::Types::RoomRetentionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::RoomRetentionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The retention settings that determine how long to retain chat-room 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 chat-room messages.
Instance Attribute Details
#retention_days ⇒ Integer
The number of days for which to retain chat-room messages.
7428 7429 7430 7431 7432 |
# File 'lib/aws-sdk-chime/types.rb', line 7428 class RoomRetentionSettings < Struct.new( :retention_days) SENSITIVE = [] include Aws::Structure end |