Class: Aws::Types::ListGroupsOlderThanOrderingIdResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupsOlderThanOrderingIdResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups_summaries ⇒ ::Array[Types::GroupSummary]
Returns the value of attribute groups_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#groups_summaries ⇒ ::Array[Types::GroupSummary]
Returns the value of attribute groups_summaries.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def groups_summaries @groups_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def next_token @next_token end |