class Aws::IoTTwinMaker::Types::ListEntitiesRequest

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

data as a hash:

    {
      filters: [
        {
          component_type_id: "ComponentTypeId",
          external_id: "String",
          parent_entity_id: "ParentEntityId",
        },
      ],
      max_results: 1,
      next_token: "NextToken",
      workspace_id: "Id", # required
    }

@!attribute [rw] filters

A list of objects that filter the request.
@return [Array<Types::ListEntitiesFilter>]

@!attribute [rw] max_results

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.
@return [String]

Constants

SENSITIVE