Method: Aws::MemoryDB::Types::ACL#clusters

Defined in:
lib/aws-sdk-memorydb/types.rb

#clustersArray<String>

A list of clusters associated with the ACL.

Returns:

  • (Array<String>)


49
50
51
52
53
54
55
56
57
58
59
# File 'lib/aws-sdk-memorydb/types.rb', line 49

class ACL < Struct.new(
  :name,
  :status,
  :user_names,
  :minimum_engine_version,
  :pending_changes,
  :clusters,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end