CookieNames

public struct CookieNames : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of cookie names.

    Declaration

    Swift

    public let items: [String]?
  • The number of cookie names in the Items list.

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

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