Class: Aws::Types::UserGroupsUpdateStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#user_group_ids_to_add::Array[::String]

Returns the value of attribute user_group_ids_to_add.

Returns:

  • (::Array[::String])


1968
1969
1970
# File 'sig/types.rbs', line 1968

def user_group_ids_to_add
  @user_group_ids_to_add
end

#user_group_ids_to_remove::Array[::String]

Returns the value of attribute user_group_ids_to_remove.

Returns:

  • (::Array[::String])


1969
1970
1971
# File 'sig/types.rbs', line 1969

def user_group_ids_to_remove
  @user_group_ids_to_remove
end