Origins

public struct Origins : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A complex type that contains origins or origin groups for this distribution.

    Declaration

    Swift

    public let items: [Origin]
  • The number of origins or origin groups for this distribution.

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

    public init(items: [Origin], quantity: Int)
  • Declaration

    Swift

    public func validate(name: String) throws