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)


576
577
578
579
580
581
582
# File 'lib/aws-sdk-memorydb/types.rb', line 576

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:



576
577
578
579
580
581
582
# File 'lib/aws-sdk-memorydb/types.rb', line 576

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


576
577
578
579
580
581
582
# File 'lib/aws-sdk-memorydb/types.rb', line 576

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