Class: Aws::Types::ListGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[Types::Group]
Returns the value of attribute groups.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#groups ⇒ ::Array[Types::Group]
Returns the value of attribute groups.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def groups @groups end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def marker @marker end |