Aliases

public struct Aliases : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

    Declaration

    Swift

    public let items: [String]?
  • The number of CNAME aliases, if any, that you want to associate with this distribution.

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

    public init(items: [String]? = nil, quantity: Int)