Class: Aws::ChimeSDKMessaging::Types::DeleteChannelMembershipRequest

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 you want to remove the user.

Returns:

  • (String)


1318
1319
1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318

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

#chime_bearerString

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

Returns:

  • (String)


1318
1319
1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318

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

#member_arnString

The ‘AppInstanceUserArn` of the member that you’re removing from the channel.

Returns:

  • (String)


1318
1319
1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318

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

#sub_channel_idString

The ID of the SubChannel in the request.

<note markdown=“1”> Only for use by moderators.

</note>

Returns:

  • (String)


1318
1319
1320
1321
1322
1323
1324
1325
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318

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