Class: Aws::Types::ListChannelMembershipsForAppInstanceUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelMembershipsForAppInstanceUserRequest
- 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.
578 579 580 |
# File 'sig/types.rbs', line 578 def app_instance_user_arn @app_instance_user_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
581 582 583 |
# File 'sig/types.rbs', line 581 def chime_bearer @chime_bearer end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
579 580 581 |
# File 'sig/types.rbs', line 579 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
580 581 582 |
# File 'sig/types.rbs', line 580 def next_token @next_token end |