Class: Aws::Types::GetThingShadowRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetThingShadowRequest
- 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.
84 85 86 |
# File 'sig/types.rbs', line 84 def shadow_name @shadow_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def thing_name @thing_name end |