Class: Aws::MemoryDB::Types::ACLsUpdateStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#acl_to_applyString

A list of ACLs pending to be applied.

Returns:

  • (String)


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