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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#conversation_retention_settingsTypes::ConversationRetentionSettings

The chat conversation retention settings.


7172
7173
7174
7175
7176
7177
# File 'lib/aws-sdk-chime/types.rb', line 7172

class RetentionSettings < Struct.new(
  :room_retention_settings,
  :conversation_retention_settings)
  SENSITIVE = []
  include Aws::Structure
end

#room_retention_settingsTypes::RoomRetentionSettings

The chat room retention settings.


7172
7173
7174
7175
7176
7177
# File 'lib/aws-sdk-chime/types.rb', line 7172

class RetentionSettings < Struct.new(
  :room_retention_settings,
  :conversation_retention_settings)
  SENSITIVE = []
  include Aws::Structure
end