Class: Aws::ChimeSDKMessaging::Types::DeleteChannelBanRequest

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 from which the ‘AppInstanceUser` was banned.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1274

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

#chime_bearerString

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

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1274

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

#member_arnString

The ARN of the ‘AppInstanceUser` that you want to reinstate.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1274

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