Class: Aws::ChimeSDKIdentity::Types::AppInstanceRetentionSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkidentity/types.rb

Overview

The details of the data-retention settings for an ‘AppInstance`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_retention_settingsTypes::ChannelRetentionSettings

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



158
159
160
161
162
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 158

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