Region

public struct Region : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Region service endpoint.

    Declaration

    Swift

    public let endpoint: String?
  • The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.

    Declaration

    Swift

    public let optInStatus: String?
  • The name of the Region.

    Declaration

    Swift

    public let regionName: String?
  • Undocumented

    Declaration

    Swift

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