Class: Aws::Chime::Types::RoomRetentionSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#retention_daysInteger

The number of days for which to retain chat-room messages.

Returns:

  • (Integer)


7428
7429
7430
7431
7432
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7428

class RoomRetentionSettings < Struct.new(
  :retention_days)
  SENSITIVE = []
  include Aws::Structure
end