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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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)


3033
3034
3035
3036
3037
3038
3039
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3033

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


3033
3034
3035
3036
3037
3038
3039
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3033

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


3033
3034
3035
3036
3037
3038
3039
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3033

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