Class: Aws::Types::ACLPendingChanges

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#user_names_to_add ⇒ ::Array[::String]

Returns the value of attribute user_names_to_add.

Returns:

  • (::Array[::String])


30
31
32
# File 'sig/types.rbs', line 30

def user_names_to_add
  @user_names_to_add
end

#user_names_to_remove ⇒ ::Array[::String]

Returns the value of attribute user_names_to_remove.

Returns:

  • (::Array[::String])


29
30
31
# File 'sig/types.rbs', line 29

def user_names_to_remove
  @user_names_to_remove
end