Class: Aws::Types::UserGroupPendingChanges

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#user_ids_to_add::Array[::String]

Returns the value of attribute user_ids_to_add.

Returns:

  • (::Array[::String])


1960
1961
1962
# File 'sig/types.rbs', line 1960

def user_ids_to_add
  @user_ids_to_add
end

#user_ids_to_remove::Array[::String]

Returns the value of attribute user_ids_to_remove.

Returns:

  • (::Array[::String])


1959
1960
1961
# File 'sig/types.rbs', line 1959

def user_ids_to_remove
  @user_ids_to_remove
end