Class: Aws::Types::ListChannelBansRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelBansRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
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.
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.
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.
552 553 554 |
# File 'sig/types.rbs', line 552 def next_token @next_token end |