Class: Aws::MemoryDB::Types::CreateACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateACLRequest
- 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.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource.
-
#user_names ⇒ Array<String>
The list of users that belong to the Access Control List.
Instance Attribute Details
#acl_name ⇒ String
The name of the Access Control List.
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 |
#tags ⇒ Array<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.
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_names ⇒ Array<String>
The list of users that belong to the Access Control List.
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 |