Class: Aws::Types::DescribeGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[Types::GroupMetadata]
Returns the value of attribute groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#groups ⇒ ::Array[Types::GroupMetadata]
Returns the value of attribute groups.
338 339 340 |
# File 'sig/types.rbs', line 338 def groups @groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
339 340 341 |
# File 'sig/types.rbs', line 339 def marker @marker end |