Class: Aws::ChimeSDKMessaging::Types::PutChannelExpirationSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::PutChannelExpirationSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The channel ARN.
-
#expiration_settings ⇒ Types::ExpirationSettings
Settings that control the interval after which a channel is deleted.
Instance Attribute Details
#channel_arn ⇒ String
The channel ARN.
2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2696 class PutChannelExpirationSettingsResponse < Struct.new( :channel_arn, :expiration_settings) SENSITIVE = [] include Aws::Structure end |
#expiration_settings ⇒ Types::ExpirationSettings
Settings that control the interval after which a channel is deleted.
2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2696 class PutChannelExpirationSettingsResponse < Struct.new( :channel_arn, :expiration_settings) SENSITIVE = [] include Aws::Structure end |