Class: Aws::Chime::Types::ListRoomMembershipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListRoomMembershipsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#room_memberships ⇒ Array<Types::RoomMembership>
The room membership details.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
5659 5660 5661 5662 5663 5664 |
# File 'lib/aws-sdk-chime/types.rb', line 5659 class ListRoomMembershipsResponse < Struct.new( :room_memberships, :next_token) SENSITIVE = [] include Aws::Structure end |
#room_memberships ⇒ Array<Types::RoomMembership>
The room membership details.
5659 5660 5661 5662 5663 5664 |
# File 'lib/aws-sdk-chime/types.rb', line 5659 class ListRoomMembershipsResponse < Struct.new( :room_memberships, :next_token) SENSITIVE = [] include Aws::Structure end |