Class: Aws::Chime::Types::DeleteChannelModeratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteChannelModeratorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#channel_moderator_arn ⇒ String
The ARN of the moderator being deleted.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
2855 2856 2857 2858 2859 2860 2861 |
# File '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_arn ⇒ String
The ARN of the moderator being deleted.
2855 2856 2857 2858 2859 2860 2861 |
# File '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_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
2855 2856 2857 2858 2859 2860 2861 |
# File 'lib/aws-sdk-chime/types.rb', line 2855 class DeleteChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |