Class: Aws::Types::ModifyUserGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def engine
  @engine
end

#user_group_id::String

Returns the value of attribute user_group_id.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def user_group_id
  @user_group_id
end

#user_ids_to_add::Array[::String]

Returns the value of attribute user_ids_to_add.

Returns:

  • (::Array[::String])


1298
1299
1300
# File 'sig/types.rbs', line 1298

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])


1299
1300
1301
# File 'sig/types.rbs', line 1299

def user_ids_to_remove
  @user_ids_to_remove
end