Class: Aws::Types::ListGroupMembershipsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupMembershipsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
335 336 337 |
# File 'sig/types.rbs', line 335 def identity_store_id @identity_store_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
337 338 339 |
# File 'sig/types.rbs', line 337 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
338 339 340 |
# File 'sig/types.rbs', line 338 def next_token @next_token end |