Class: Aws::ChimeSDKMessaging::Types::PutChannelExpirationSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The channel ARN.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2696

class PutChannelExpirationSettingsResponse < Struct.new(
  :channel_arn,
  :expiration_settings)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_settingsTypes::ExpirationSettings

Settings that control the interval after which a channel is deleted.



2696
2697
2698
2699
2700
2701
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2696

class PutChannelExpirationSettingsResponse < Struct.new(
  :channel_arn,
  :expiration_settings)
  SENSITIVE = []
  include Aws::Structure
end