Class: Aws::Chime::Types::DeleteChannelModeratorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2855

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

#channel_moderator_arnString

The ARN of the moderator being deleted.

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2855

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

#chime_bearerString

The AppInstanceUserArn of the user that makes the API call.

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2855

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