Class: Aws::Types::ListNamedShadowsForThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListNamedShadowsForThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
105 106 107 |
# File 'sig/types.rbs', line 105 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
106 107 108 |
# File 'sig/types.rbs', line 106 def page_size @page_size end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def thing_name @thing_name end |