class Aws::Chime::Types::RetentionSettings

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.

@note When making an API call, you may pass RetentionSettings

data as a hash:

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

@!attribute [rw] room_retention_settings

The chat room retention settings.
@return [Types::RoomRetentionSettings]

@!attribute [rw] conversation_retention_settings

The chat conversation retention settings.
@return [Types::ConversationRetentionSettings]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RetentionSettings AWS API Documentation

Constants

SENSITIVE