Class: Aws::IoTDataPlane::Types::DeleteThingShadowResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTDataPlane::Types::DeleteThingShadowResponse
 
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb
Overview
The output from the DeleteThingShadow operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #payload  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state information, in JSON format. 
Instance Attribute Details
#payload ⇒ String
The state information, in JSON format.
| 77 78 79 80 81 | # File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 77 class DeleteThingShadowResponse < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |