You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::RetentionSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RetentionSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  room_retention_settings: {
    retention_days: 1,
  },
  conversation_retention_settings: {
    retention_days: 1,
  },
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_retention_settingsTypes::ConversationRetentionSettings

The chat conversation retention settings.

Returns:

#room_retention_settingsTypes::RoomRetentionSettings

The chat room retention settings.

Returns: