Class: Aws::Types::ListChannelBansRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def chime_bearer
  @chime_bearer
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


551
552
553
# File 'sig/types.rbs', line 551

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def next_token
  @next_token
end