Class: Aws::MemoryDB::Types::ACLsUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ACLsUpdateStatus
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
The status of the ACL update
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acl_to_apply ⇒ String
A list of ACLs pending to be applied.
Instance Attribute Details
#acl_to_apply ⇒ String
A list of ACLs pending to be applied.
100 101 102 103 104 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 100 class ACLsUpdateStatus < Struct.new( :acl_to_apply) SENSITIVE = [] include Aws::Structure end |