ListHapgsResponse
public struct ListHapgsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of high-availability partition groups.
Declaration
Swift
public let hapgList: [String]
-
If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(hapgList: [String], nextToken: String? = nil)