GetHomeRegionResult

public struct GetHomeRegionResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the home region of the calling account.

    Declaration

    Swift

    public let homeRegion: String?
  • Undocumented

    Declaration

    Swift

    public init(homeRegion: String? = nil)