Class: Aws::Chime::Types::RetentionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::RetentionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The retention settings for an Amazon Chime Enterprise account that determine how long to retain items such as chat-room messages and chat-conversation messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversation_retention_settings ⇒ Types::ConversationRetentionSettings
The chat conversation retention settings.
-
#room_retention_settings ⇒ Types::RoomRetentionSettings
The chat room retention settings.
Instance Attribute Details
#conversation_retention_settings ⇒ Types::ConversationRetentionSettings
The chat conversation retention settings.
7338 7339 7340 7341 7342 7343 |
# File 'lib/aws-sdk-chime/types.rb', line 7338 class RetentionSettings < Struct.new( :room_retention_settings, :conversation_retention_settings) SENSITIVE = [] include Aws::Structure end |
#room_retention_settings ⇒ Types::RoomRetentionSettings
The chat room retention settings.
7338 7339 7340 7341 7342 7343 |
# File 'lib/aws-sdk-chime/types.rb', line 7338 class RetentionSettings < Struct.new( :room_retention_settings, :conversation_retention_settings) SENSITIVE = [] include Aws::Structure end |