Class: Aws::ChimeSDKIdentity::Types::ChannelRetentionSettings

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


400
401
402
403
404
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 400

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