Class: Aws::Chime::Types::CreateChannelBanResponse

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 response to the ban request.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1836

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:



1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1836

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