Class: Aws::Chime::Types::CreateChannelModeratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateChannelModeratorResponse
- 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 ⇒ Types::Identity
The ARNs of the channel and the moderator.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1923 1924 1925 1926 1927 1928 |
# File 'lib/aws-sdk-chime/types.rb', line 1923 class CreateChannelModeratorResponse < Struct.new( :channel_arn, :channel_moderator) SENSITIVE = [] include Aws::Structure end |
#channel_moderator ⇒ Types::Identity
The ARNs of the channel and the moderator.
1923 1924 1925 1926 1927 1928 |
# File 'lib/aws-sdk-chime/types.rb', line 1923 class CreateChannelModeratorResponse < Struct.new( :channel_arn, :channel_moderator) SENSITIVE = [] include Aws::Structure end |