Class: Aws::Chime::Types::CreateChannelModeratorResponse

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)


1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1923

class CreateChannelModeratorResponse < Struct.new(
  :channel_arn,
  :channel_moderator)
  SENSITIVE = []
  include Aws::Structure
end

#channel_moderatorTypes::Identity

The ARNs of the channel and the moderator.

Returns:



1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1923

class CreateChannelModeratorResponse < Struct.new(
  :channel_arn,
  :channel_moderator)
  SENSITIVE = []
  include Aws::Structure
end