class Aws::IoTDataPlane::Types::ListNamedShadowsForThingRequest

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

data as a hash:

    {
      thing_name: "ThingName", # required
      next_token: "NextToken",
      page_size: 1,
    }

@!attribute [rw] thing_name

The name of the thing.
@return [String]

@!attribute [rw] next_token

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

@!attribute [rw] page_size

The result page size.
@return [Integer]

Constants

SENSITIVE