Class: Aws::ChimeSDKMessaging::Types::ExpirationSettings

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

Instance Attribute Details

#expiration_criterionString

The conditions that must be met for a channel to expire.

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1715

class ExpirationSettings < Struct.new(
  :expiration_days,
  :expiration_criterion)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_daysInteger

The period in days after which the system automatically deletes a channel.

Returns:

  • (Integer)


1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1715

class ExpirationSettings < Struct.new(
  :expiration_days,
  :expiration_criterion)
  SENSITIVE = []
  include Aws::Structure
end