ModifyHapgRequest
public struct ModifyHapgRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the high-availability partition group to modify.
Declaration
Swift
public let hapgArn: String
-
The new label for the high-availability partition group.
Declaration
Swift
public let label: String?
-
The list of partition serial numbers to make members of the high-availability partition group.
Declaration
Swift
public let partitionSerialList: [String]?
-
Undocumented
Declaration
Swift
public init(hapgArn: String, label: String? = nil, partitionSerialList: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws