Class: Aws::Types::UpdateACLRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acl_name ⇒ ::String

Returns the value of attribute acl_name.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def acl_name
  @acl_name
end

#user_names_to_add ⇒ ::Array[::String]

Returns the value of attribute user_names_to_add.

Returns:

  • (::Array[::String])


1051
1052
1053
# File 'sig/types.rbs', line 1051

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


1052
1053
1054
# File 'sig/types.rbs', line 1052

def user_names_to_remove
  @user_names_to_remove
end