Class: Aws::Types::ListRoomMembershipsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def next_token
  @next_token
end

#room_memberships::Array[Types::RoomMembership]

Returns the value of attribute room_memberships.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def room_memberships
  @room_memberships
end