Class: Aws::ChimeSDKMessaging::Types::CreateChannelBanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelBanResponse
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the response to the ban request.
-
#member ⇒ Types::Identity
The
ChannelArn
andBannedIdentity
of the member in the ban response.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the response to the ban request.
1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1004 class CreateChannelBanResponse < Struct.new( :channel_arn, :member) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The ChannelArn
and BannedIdentity
of the member in the ban
response.
1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1004 class CreateChannelBanResponse < Struct.new( :channel_arn, :member) SENSITIVE = [] include Aws::Structure end |