ListVolumeRecoveryPointsOutput
public struct ListVolumeRecoveryPointsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let gatewayARN: String?
-
An array of VolumeRecoveryPointInfo objects.
Declaration
Swift
public let volumeRecoveryPointInfos: [VolumeRecoveryPointInfo]?
-
Undocumented
Declaration
Swift
public init(gatewayARN: String? = nil, volumeRecoveryPointInfos: [VolumeRecoveryPointInfo]? = nil)