Class: Aws::Types::ListChannelBansResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelBansResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_bans ⇒ ::Array[Types::ChannelBanSummary]
Returns the value of attribute channel_bans.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
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.
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.
559 560 561 |
# File 'sig/types.rbs', line 559 def next_token @next_token end |