You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTDataPlane::Types::ListNamedShadowsForThingRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListNamedShadowsForThingRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)

    The token to retrieve the next set of results.

#page_sizeInteger

The result page size.

Returns:

  • (Integer)

    The result page size.

#thing_nameString

The name of the thing.

Returns:

  • (String)

    The name of the thing.