Class: Aws::Types::ListThingGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListThingGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_prefix_filter ⇒ ::String
Returns the value of attribute name_prefix_filter.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parent_group ⇒ ::String
Returns the value of attribute parent_group.
-
#recursive ⇒ Boolean
Returns the value of attribute recursive.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def max_results @max_results end |
#name_prefix_filter ⇒ ::String
Returns the value of attribute name_prefix_filter.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def name_prefix_filter @name_prefix_filter end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def next_token @next_token end |
#parent_group ⇒ ::String
Returns the value of attribute parent_group.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def parent_group @parent_group end |
#recursive ⇒ Boolean
Returns the value of attribute recursive.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def recursive @recursive end |