SourceRegionMessage

public struct SourceRegionMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

    Declaration

    Swift

    public let marker: String?
  • A list of SourceRegion instances that contains each source AWS Region that the current AWS Region can get a read replica or a DB snapshot from.

    Declaration

    Swift

    public let sourceRegions: [SourceRegion]?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, sourceRegions: [SourceRegion]? = nil)