Class: Aws::Types::DescribeUserGroupsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def user_group_id
  @user_group_id
end