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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-chime/types.rb', line 1836

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