Class: Aws::Types::ListThingsInThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListThingsInThingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recursive ⇒ Boolean
Returns the value of attribute recursive.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3757 3758 3759 |
# File 'sig/types.rbs', line 3757 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3756 3757 3758 |
# File 'sig/types.rbs', line 3756 def next_token @next_token end |
#recursive ⇒ Boolean
Returns the value of attribute recursive.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def recursive @recursive end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def thing_group_name @thing_group_name end |