Class: Aws::ChimeSDKMessaging::Types::PutChannelExpirationSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2678

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

#chime_bearerString

The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2678

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

#expiration_settingsTypes::ExpirationSettings

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



2678
2679
2680
2681
2682
2683
2684
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2678

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