Class: Aws::Types::ListChannelMembershipsForAppInstanceUserResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def next_token
  @next_token
end