Class: Aws::Types::ListNamedShadowsForThingResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNamedShadowsForThingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#results ⇒ ::Array[::String]
Returns the value of attribute results.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
112 113 114 |
# File 'sig/types.rbs', line 112 def next_token @next_token end |
#results ⇒ ::Array[::String]
Returns the value of attribute results.
111 112 113 |
# File 'sig/types.rbs', line 111 def results @results end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
113 114 115 |
# File 'sig/types.rbs', line 113 def end |