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.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def groups @groups end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def marker @marker end |