Class: Aws::Types::ListThingGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThingGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#thing_groups ⇒ ::Array[Types::GroupNameAndArn]
Returns the value of attribute thing_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3668 3669 3670 |
# File 'sig/types.rbs', line 3668 def next_token @next_token end |
#thing_groups ⇒ ::Array[Types::GroupNameAndArn]
Returns the value of attribute thing_groups.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 def thing_groups @thing_groups end |