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)


3067
3068
3069
3070
3071
3072
3073
# File 'lib/aws-sdk-memorydb/types.rb', line 3067

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


3067
3068
3069
3070
3071
3072
3073
# File 'lib/aws-sdk-memorydb/types.rb', line 3067

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


3067
3068
3069
3070
3071
3072
3073
# File 'lib/aws-sdk-memorydb/types.rb', line 3067

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