Class: Aws::Types::DeleteChannelBanRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def chime_bearer
  @chime_bearer
end

#member_arn::String

Returns the value of attribute member_arn.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def member_arn
  @member_arn
end