Class: Aws::Types::ListGroupsForUserRequest

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)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def max_items
  @max_items
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def user_name
  @user_name
end