Class: Aws::MemoryDB::Types::UpdateACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateACLRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acl_name ⇒ String
The name of the Access Control List.
-
#user_names_to_add ⇒ Array<String>
The list of users to add to the Access Control List.
-
#user_names_to_remove ⇒ Array<String>
The list of users to remove from the Access Control List.
Instance Attribute Details
#acl_name ⇒ String
The name of the Access Control List
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_add ⇒ Array<String>
The list of users to add to the Access Control List
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_remove ⇒ Array<String>
The list of users to remove from the Access Control List
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 |