Class: Aws::Types::ListGroupMembershipsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupMembershipsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_member_list ⇒ ::Array[Types::GroupMember]
Returns the value of attribute group_member_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_member_list ⇒ ::Array[Types::GroupMember]
Returns the value of attribute group_member_list.
7563 7564 7565 |
# File 'sig/types.rbs', line 7563 def group_member_list @group_member_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7564 7565 7566 |
# File 'sig/types.rbs', line 7564 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7565 7566 7567 |
# File 'sig/types.rbs', line 7565 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7566 7567 7568 |
# File 'sig/types.rbs', line 7566 def status @status end |