Class: Aws::Chime::Types::AppInstanceRetentionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceRetentionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
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.
287 288 289 290 291 |
# File 'lib/aws-sdk-chime/types.rb', line 287 class AppInstanceRetentionSettings < Struct.new( :channel_retention_settings) SENSITIVE = [] include Aws::Structure end |