Class: Aws::Types::ListGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_identifiers ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute group_identifiers.
-
#groups ⇒ ::Array[Types::Group]
Returns the value of attribute groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#group_identifiers ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute group_identifiers.
271 272 273 |
# File 'sig/types.rbs', line 271 def group_identifiers @group_identifiers end |
#groups ⇒ ::Array[Types::Group]
Returns the value of attribute groups.
272 273 274 |
# File 'sig/types.rbs', line 272 def groups @groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
273 274 275 |
# File 'sig/types.rbs', line 273 def next_token @next_token end |