QueryArgProfile

public struct QueryArgProfile : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ID of profile to use for field-level encryption query argument-profile mapping

    Declaration

    Swift

    public let profileId: String
  • Query argument for field-level encryption query argument-profile mapping.

    Declaration

    Swift

    public let queryArg: String
  • Undocumented

    Declaration

    Swift

    public init(profileId: String, queryArg: String)