GlobalNodeGroup
public struct GlobalNodeGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the global node group
Declaration
Swift
public let globalNodeGroupId: String?
-
The keyspace for this node group
Declaration
Swift
public let slots: String?
-
Undocumented
Declaration
Swift
public init(globalNodeGroupId: String? = nil, slots: String? = nil)