Class: Aws::Chime::Types::ConversationRetentionSettings

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 conversation 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 conversation messages.

Returns:

  • (Integer)


1528
1529
1530
1531
1532
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1528

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