Class: Aws::ChimeSDKMessaging::Types::ExpirationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ExpirationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Settings that control the interval after which a channel is deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiration_criterion ⇒ String
The conditions that must be met for a channel to expire.
-
#expiration_days ⇒ Integer
The period in days after which the system automatically deletes a channel.
Instance Attribute Details
#expiration_criterion ⇒ String
The conditions that must be met for a channel to expire.
1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1715 class ExpirationSettings < Struct.new( :expiration_days, :expiration_criterion) SENSITIVE = [] include Aws::Structure end |
#expiration_days ⇒ Integer
The period in days after which the system automatically deletes a channel.
1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1715 class ExpirationSettings < Struct.new( :expiration_days, :expiration_criterion) SENSITIVE = [] include Aws::Structure end |