Class: Aws::Types::UpdateThingShadowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThingShadowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#shadow_name ⇒ ::String
Returns the value of attribute shadow_name.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#payload ⇒ ::String
Returns the value of attribute payload.
228 229 230 |
# File 'sig/types.rbs', line 228 def payload @payload end |
#shadow_name ⇒ ::String
Returns the value of attribute shadow_name.
227 228 229 |
# File 'sig/types.rbs', line 227 def shadow_name @shadow_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def thing_name @thing_name end |