class Aws::IoTDataPlane::Types::DeleteThingShadowRequest
The input for the DeleteThingShadow operation.
@note When making an API call, you may pass DeleteThingShadowRequest
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