class Aws::Chime::Types::ListRoomsRequest

@note When making an API call, you may pass ListRoomsRequest

data as a hash:

    {
      account_id: "NonEmptyString", # required
      member_id: "String",
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] member_id

The member ID (user ID or bot ID).
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call.
@return [Integer]

@!attribute [rw] next_token

The token to use to retrieve the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListRoomsRequest AWS API Documentation

Constants

SENSITIVE