Class: Aws::ChimeSDKIdentity::Types::AppInstanceRetentionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceRetentionSettings
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Note:
When making an API call, you may pass AppInstanceRetentionSettings data as a hash:
{
channel_retention_settings: {
retention_days: 1,
},
}
The details of the data-retention settings for an AppInstance
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_retention_settings ⇒ Types::ChannelRetentionSettings
The length of time in days to retain the messages in a channel.
Instance Attribute Details
#channel_retention_settings ⇒ Types::ChannelRetentionSettings
The length of time in days to retain the messages in a channel.
104 105 106 107 108 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 104 class AppInstanceRetentionSettings < Struct.new( :channel_retention_settings) SENSITIVE = [] include Aws::Structure end |