SourceRegion

public struct SourceRegion : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The endpoint for the source AWS Region endpoint.

    Declaration

    Swift

    public let endpoint: String?
  • The name of the source AWS Region.

    Declaration

    Swift

    public let regionName: String?
  • The status of the source AWS Region.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(endpoint: String? = nil, regionName: String? = nil, status: String? = nil)