Class: Aws::MemoryDB::Types::UpdateACLRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acl_nameString

The name of the Access Control List.

Returns:

  • (String)


3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-memorydb/types.rb', line 3372

class UpdateACLRequest < Struct.new(
  :acl_name,
  :user_names_to_add,
  :user_names_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#user_names_to_addArray<String>

The list of users to add to the Access Control List.

Returns:

  • (Array<String>)


3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-memorydb/types.rb', line 3372

class UpdateACLRequest < Struct.new(
  :acl_name,
  :user_names_to_add,
  :user_names_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#user_names_to_removeArray<String>

The list of users to remove from the Access Control List.

Returns:

  • (Array<String>)


3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-memorydb/types.rb', line 3372

class UpdateACLRequest < Struct.new(
  :acl_name,
  :user_names_to_add,
  :user_names_to_remove)
  SENSITIVE = []
  include Aws::Structure
end