Class: Aws::Types::DeleteThingShadowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThingShadowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#shadow_name ⇒ ::String
Returns the value of attribute shadow_name.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#shadow_name ⇒ ::String
Returns the value of attribute shadow_name.
25 26 27 |
# File 'sig/types.rbs', line 25 def shadow_name @shadow_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
24 25 26 |
# File 'sig/types.rbs', line 24 def thing_name @thing_name end |