Class: Aws::ChimeSDKMessaging::Types::CreateChannelBanResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the response to the ban request.

Returns:

  • (String)


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

#memberTypes::Identity

The ChannelArn and BannedIdentity of the member in the ban response.

Returns:



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