Class: Aws::Types::DescribeUserGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
876 877 878 |
# File 'sig/types.rbs', line 876 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
875 876 877 |
# File 'sig/types.rbs', line 875 def max_records @max_records end |
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
874 875 876 |
# File 'sig/types.rbs', line 874 def user_group_id @user_group_id end |