Class: Aws::Types::ListChannelBansResponse

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)


558
559
560
# File 'sig/types.rbs', line 558

def channel_arn
  @channel_arn
end

#channel_bans::Array[Types::ChannelBanSummary]

Returns the value of attribute channel_bans.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def channel_bans
  @channel_bans
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def next_token
  @next_token
end