Cipher

public struct Cipher : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cipher.

    Declaration

    Swift

    public let name: String?
  • The priority of the cipher.

    Declaration

    Swift

    public let priority: Int?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, priority: Int? = nil)