Class: Aws::Chime::Types::ListRoomMembershipsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5640

class ListRoomMembershipsRequest < Struct.new(
  :account_id,
  :room_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5640

class ListRoomMembershipsRequest < Struct.new(
  :account_id,
  :room_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5640

class ListRoomMembershipsRequest < Struct.new(
  :account_id,
  :room_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#room_idString

The room ID.

Returns:

  • (String)


5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5640

class ListRoomMembershipsRequest < Struct.new(
  :account_id,
  :room_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end