class Aws::SnowDeviceManagement::Types::ListDeviceResourcesInput

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

data as a hash:

    {
      managed_device_id: "ManagedDeviceId", # required
      max_results: 1,
      next_token: "NextToken",
      type: "ListDeviceResourcesInputTypeString",
    }

@!attribute [rw] managed_device_id

The ID of the managed device that you are listing the resources of.
@return [String]

@!attribute [rw] max_results

The maximum number of resources per page.
@return [Integer]

@!attribute [rw] next_token

A pagination token to continue to the next page of results.
@return [String]

@!attribute [rw] type

A structure used to filter the results by type of resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/snow-device-management-2021-08-04/ListDeviceResourcesInput AWS API Documentation

Constants

SENSITIVE