Class: Aws::Types::ListThingsInThingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThingsInThingGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#things ⇒ ::Array[::String]
Returns the value of attribute things.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3763 3764 3765 |
# File 'sig/types.rbs', line 3763 def next_token @next_token end |
#things ⇒ ::Array[::String]
Returns the value of attribute things.
3762 3763 3764 |
# File 'sig/types.rbs', line 3762 def things @things end |