Class: Aws::Types::ListGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_list ⇒ ::Array[Types::Group]
Returns the value of attribute group_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#group_list ⇒ ::Array[Types::Group]
Returns the value of attribute group_list.
7579 7580 7581 |
# File 'sig/types.rbs', line 7579 def group_list @group_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7580 7581 7582 |
# File 'sig/types.rbs', line 7580 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7581 7582 7583 |
# File 'sig/types.rbs', line 7581 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7582 7583 7584 |
# File 'sig/types.rbs', line 7582 def status @status end |