Class: Aws::MemoryDB::Types::CreateACLRequest

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)


560
561
562
563
564
565
566
# File 'lib/aws-sdk-memorydb/types.rb', line 560

class CreateACLRequest < Struct.new(
  :acl_name,
  :user_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Returns:



560
561
562
563
564
565
566
# File 'lib/aws-sdk-memorydb/types.rb', line 560

class CreateACLRequest < Struct.new(
  :acl_name,
  :user_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#user_namesArray<String>

The list of users that belong to the Access Control List.

Returns:

  • (Array<String>)


560
561
562
563
564
565
566
# File 'lib/aws-sdk-memorydb/types.rb', line 560

class CreateACLRequest < Struct.new(
  :acl_name,
  :user_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end