Class: Aws::Chime::Types::ChannelRetentionSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The details of the retention settings for a channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retention_daysInteger

The time in days to retain the messages in a channel.

Returns:

  • (Integer)


1416
1417
1418
1419
1420
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1416

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