AWSMemberEncoding

public struct AWSMemberEncoding

Structure defining where to serialize member of AWSShape.

  • Location of AWSMemberEncoding.

    See more

    Declaration

    Swift

    public enum Location
  • name of member

    Declaration

    Swift

    public let label: String
  • where to find or place member

    Declaration

    Swift

    public let location: Location?
  • Declaration

    Swift

    public init(label: String, location: Location? = nil)