Class: Aws::Types::ListChannelMembershipsForAppInstanceUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelMembershipsForAppInstanceUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_memberships ⇒ ::Array[Types::ChannelMembershipForAppInstanceUserSummary]
Returns the value of attribute channel_memberships.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_memberships ⇒ ::Array[Types::ChannelMembershipForAppInstanceUserSummary]
Returns the value of attribute channel_memberships.
586 587 588 |
# File 'sig/types.rbs', line 586 def channel_memberships @channel_memberships end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
587 588 589 |
# File 'sig/types.rbs', line 587 def next_token @next_token end |