class Aws::IoTTwinMaker::Types::ListScenesRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      workspace_id: "Id", # required
    }

@!attribute [rw] max_results

Specifies the maximum number of results to display.
@return [Integer]

@!attribute [rw] next_token

The string that specifies the next page of results.
@return [String]

@!attribute [rw] workspace_id

The ID of the workspace that contains the scenes.
@return [String]

Constants

SENSITIVE