Class: Aws::Types::ListChannelsModeratedByAppInstanceUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelsModeratedByAppInstanceUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_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
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
657 658 659 |
# File 'sig/types.rbs', line 657 def app_instance_user_arn @app_instance_user_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
660 661 662 |
# File 'sig/types.rbs', line 660 def chime_bearer @chime_bearer end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
658 659 660 |
# File 'sig/types.rbs', line 658 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
659 660 661 |
# File 'sig/types.rbs', line 659 def next_token @next_token end |