Class: Aws::Chime::Types::CreateChannelBanRequest

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 ban request.

Returns:

  • (String)


1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-chime/types.rb', line 1817

class CreateChannelBanRequest < Struct.new(
  :channel_arn,
  :member_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#chime_bearerString

The ‘AppInstanceUserArn` of the user that makes the API call.

Returns:

  • (String)


1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-chime/types.rb', line 1817

class CreateChannelBanRequest < Struct.new(
  :channel_arn,
  :member_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#member_arnString

The ARN of the member being banned.

Returns:

  • (String)


1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-chime/types.rb', line 1817

class CreateChannelBanRequest < Struct.new(
  :channel_arn,
  :member_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end