class Aws::IoTSiteWise::Types::ListDashboardsRequest

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

data as a hash:

    {
      project_id: "ID", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] project_id

The ID of the project.
@return [String]

@!attribute [rw] next_token

The token to be used for the next set of paginated results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return for each paginated request.

Default: 50
@return [Integer]

Constants

SENSITIVE