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

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)


549
550
551
552
553
554
555
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 549

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:



549
550
551
552
553
554
555
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 549

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


549
550
551
552
553
554
555
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 549

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