class Aws::IoTDataPlane::Types::GetThingShadowRequest

The input for the GetThingShadow operation.

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

data as a hash:

    {
      thing_name: "ThingName", # required
      shadow_name: "ShadowName",
    }

@!attribute [rw] thing_name

The name of the thing.
@return [String]

@!attribute [rw] shadow_name

The name of the shadow.
@return [String]

Constants

SENSITIVE