Class: Aws::ChimeSDKMessaging::Types::PutChannelExpirationSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::PutChannelExpirationSettingsResponse
- Defined in:
- gems/aws-sdk-chimesdkmessaging/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.
2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2704 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.
2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2704 class PutChannelExpirationSettingsResponse < Struct.new( :channel_arn, :expiration_settings) SENSITIVE = [] include Aws::Structure end |