Class: Aws::MemoryDB::Types::CreateACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateACLResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acl ⇒ Types::ACL
The newly-created Access Control List.
Instance Attribute Details
#acl ⇒ Types::ACL
The newly-created Access Control List.
574 575 576 577 578 |
# File 'lib/aws-sdk-memorydb/types.rb', line 574 class CreateACLResponse < Struct.new( :acl) SENSITIVE = [] include Aws::Structure end |